Home
last modified time | relevance | path

Searched refs:ImeCommitText (Results 1 – 18 of 18) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dtext_input_client_osr_mac.mm113 browser_->GetHost()->ImeCommitText([im_text UTF8String], range, 0);
296 // to the browser using ImeCommitText().
300 browser_->GetHost()->ImeCommitText(textToBeInserted_,
Dosr_window_win.cc415 browser_->GetHost()->ImeCommitText(cTextStr, in OnIMEComposition()
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h66 void ImeCommitText(const CefString& text,
Dbrowser_platform_delegate_osr.cc264 void CefBrowserPlatformDelegateOsr::ImeCommitText( in ImeCommitText() function in CefBrowserPlatformDelegateOsr
270 view->ImeCommitText(text, replacement_range, relative_cursor_pos); in ImeCommitText()
Drender_widget_host_view_osr.h256 void ImeCommitText(const CefString& text,
Drender_widget_host_view_osr.cc776 void CefRenderWidgetHostViewOSR::ImeCommitText( in ImeCommitText() function in CefRenderWidgetHostViewOSR
785 render_widget_host_->ImeCommitText(text, std::vector<ui::ImeTextSpan>(), in ImeCommitText()
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h112 void ImeCommitText(const CefString& text,
Dbrowser_host_ctocpp.cc862 void CefBrowserHostCToCpp::ImeCommitText(const CefString& text, in ImeCommitText() function in CefBrowserHostCToCpp
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h103 void ImeCommitText(const CefString& text,
Dchrome_browser_host_impl.cc295 void ChromeBrowserHostImpl::ImeCommitText(const CefString& text, in ImeCommitText() function in ChromeBrowserHostImpl
/third_party/cef/include/
Dcef_browser.h781 virtual void ImeCommitText(const CefString& text,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h314 virtual void ImeCommitText(const CefString& text,
Dbrowser_platform_delegate.cc275 void CefBrowserPlatformDelegate::ImeCommitText( in ImeCommitText() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc905 void AlloyBrowserHostImpl::ImeCommitText(const CefString& text, in ImeCommitText() function in AlloyBrowserHostImpl
915 base::BindOnce(&AlloyBrowserHostImpl::ImeCommitText, this, in ImeCommitText()
921 platform_delegate_->ImeCommitText(text, replacement_range, in ImeCommitText()
Dalloy_browser_host_impl.h123 void ImeCommitText(const CefString& text,
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc1003 CefBrowserHostCppToC::Get(self)->ImeCommitText( in browser_host_ime_commit_text()
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc899 browser->GetHost()->ImeCommitText(markedText, range, 0); in OnPaint()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch8666 // complete the composition call either ImeCommitText or
10567 - // complete the composition call either ImeCommitText or
10574 + // ImeCommitText or ImeFinishComposingText. Completion is usually signaled