Home
last modified time | relevance | path

Searched refs:StopFinding (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc409 void CefBrowserPlatformDelegateAlloy::StopFinding(bool clearSelection) { in StopFinding() function in CefBrowserPlatformDelegateAlloy
415 ->StopFinding(clearSelection ? find_in_page::SelectionAction::kClear in StopFinding()
Dbrowser_platform_delegate_alloy.h66 void StopFinding(bool clearSelection) override;
Dalloy_browser_host_impl.cc470 void AlloyBrowserHostImpl::StopFinding(bool clearSelection) { in StopFinding() function in AlloyBrowserHostImpl
472 CEF_POST_TASK(CEF_UIT, base::BindOnce(&AlloyBrowserHostImpl::StopFinding, in StopFinding()
478 platform_delegate_->StopFinding(clearSelection); in StopFinding()
Dalloy_browser_host_impl.h101 void StopFinding(bool clearSelection) override;
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h81 void StopFinding(bool clearSelection) override;
Dchrome_browser_host_impl.cc225 void ChromeBrowserHostImpl::StopFinding(bool clearSelection) { in StopFinding() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h71 void StopFinding(bool clearSelection) override;
Dbrowser_host_ctocpp.cc409 void CefBrowserHostCToCpp::StopFinding(bool clearSelection) { in StopFinding() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h500 virtual void StopFinding(bool clearSelection) = 0;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h360 virtual void StopFinding(bool clearSelection);
Dbrowser_platform_delegate.cc391 void CefBrowserPlatformDelegate::StopFinding(bool clearSelection) { in StopFinding() function in CefBrowserPlatformDelegate
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc824 browser->GetHost()->StopFinding(true); in OnFindEvent()
835 browser->GetHost()->StopFinding(true); in OnFindEvent()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc460 CefBrowserHostCppToC::Get(self)->StopFinding(clearSelection ? true : false); in browser_host_stop_finding()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch5607 @@ -393,6 +393,18 @@ void CefBrowserPlatformDelegate::StopFinding(bool clearSelection) {
5641 virtual void StopFinding(bool clearSelection);
D0003-ohos-1115.patch12623 void StopFinding(bool clearSelection) override;
13871 void CefBrowserPlatformDelegateAlloy::StopFinding(bool clearSelection) {
13891 void StopFinding(bool clearSelection) override;
16105 virtual void StopFinding(bool clearSelection);
16170 void StopFinding(bool clearSelection) override;
32122 void StopFinding(bool clearSelection) override;
47599 void StopFinding(SelectionAction selection_action);
64283 + browser->GetHost()->StopFinding(false);
64324 + browser->GetHost()->StopFinding(true);
64338 + browser->GetHost()->StopFinding(true);