/third_party/cef/tests/cefclient/browser/ |
D | text_input_client_osr_mac.mm | 178 // If we are handling a key down event then ImeFinishComposingText() will be 181 browser_->GetHost()->ImeFinishComposingText(false); 317 browser_->GetHost()->ImeFinishComposingText(false);
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 69 void ImeFinishComposingText(bool keep_selection) override;
|
D | browser_platform_delegate_osr.cc | 273 void CefBrowserPlatformDelegateOsr::ImeFinishComposingText( in ImeFinishComposingText() function in CefBrowserPlatformDelegateOsr 277 view->ImeFinishComposingText(keep_selection); in ImeFinishComposingText()
|
D | render_widget_host_view_osr.h | 259 void ImeFinishComposingText(bool keep_selection);
|
D | render_widget_host_view_osr.cc | 792 void CefRenderWidgetHostViewOSR::ImeFinishComposingText(bool keep_selection) { in ImeFinishComposingText() function in CefRenderWidgetHostViewOSR 797 render_widget_host_->ImeFinishComposingText(keep_selection); in ImeFinishComposingText()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 106 void ImeFinishComposingText(bool keep_selection) override;
|
D | chrome_browser_host_impl.cc | 300 void ChromeBrowserHostImpl::ImeFinishComposingText(bool keep_selection) { in ImeFinishComposingText() function in ChromeBrowserHostImpl
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 115 void ImeFinishComposingText(bool keep_selection) override;
|
D | browser_host_ctocpp.cc | 881 void CefBrowserHostCToCpp::ImeFinishComposingText(bool keep_selection) { in ImeFinishComposingText() function in CefBrowserHostCToCpp
|
/third_party/cef/include/ |
D | cef_browser.h | 792 virtual void ImeFinishComposingText(bool keep_selection) = 0;
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 317 virtual void ImeFinishComposingText(bool keep_selection);
|
D | browser_platform_delegate.cc | 282 void CefBrowserPlatformDelegate::ImeFinishComposingText(bool keep_selection) { in ImeFinishComposingText() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.cc | 926 void AlloyBrowserHostImpl::ImeFinishComposingText(bool keep_selection) { in ImeFinishComposingText() function in AlloyBrowserHostImpl 934 base::BindOnce(&AlloyBrowserHostImpl::ImeFinishComposingText, in ImeFinishComposingText() 940 platform_delegate_->ImeFinishComposingText(keep_selection); in ImeFinishComposingText()
|
D | alloy_browser_host_impl.h | 126 void ImeFinishComposingText(bool keep_selection) override;
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 1019 CefBrowserHostCppToC::Get(self)->ImeFinishComposingText( in browser_host_ime_finish_composing_text()
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 938 browser->GetHost()->ImeFinishComposingText(true); in OnPaint()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 8667 // ImeFinishComposingText. Completion is usually signaled when: 10568 - // ImeFinishComposingText. Completion is usually signaled when: 10574 + // ImeCommitText or ImeFinishComposingText. Completion is usually signaled 67288 + browser_->GetHost()->ImeFinishComposingText(false); 67359 + browser_->GetHost()->ImeFinishComposingText(false); 67387 + browser_->GetHost()->ImeFinishComposingText(false);
|
D | 0004-3.2-Beta5.patch | 40553 - browser_->GetHost()->ImeFinishComposingText(false);
|