libcef/browser/chrome/chrome_browser_host_impl.h [99:110]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void SetWindowlessFrameRate(int frame_rate) override; void ImeSetComposition(const CefString& text, const std::vector& underlines, const CefRange& replacement_range, const CefRange& selection_range) override; void ImeCommitText(const CefString& text, const CefRange& replacement_range, int relative_cursor_pos) override; void ImeFinishComposingText(bool keep_selection) override; void ImeCancelComposition() override; void DragTargetDragEnter(CefRefPtr drag_data, const CefMouseEvent& event, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - libcef/browser/osr/browser_platform_delegate_osr.h [61:72]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void SetWindowlessFrameRate(int frame_rate) override; void ImeSetComposition(const CefString& text, const std::vector& underlines, const CefRange& replacement_range, const CefRange& selection_range) override; void ImeCommitText(const CefString& text, const CefRange& replacement_range, int relative_cursor_pos) override; void ImeFinishComposingText(bool keep_selection) override; void ImeCancelComposition() override; void DragTargetDragEnter(CefRefPtr drag_data, const CefMouseEvent& event, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -