Home
last modified time | relevance | path

Searched refs:OnSetFocus (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.cc128 void ChromeBrowserHostImpl::OnSetFocus(cef_focus_source_t source) { in OnSetFocus() function in ChromeBrowserHostImpl
130 CEF_POST_TASK(CEF_UIT, base::BindOnce(&ChromeBrowserHostImpl::OnSetFocus, in OnSetFocus()
135 if (contents_delegate_->OnSetFocus(source)) in OnSetFocus()
160 OnSetFocus(FOCUS_SOURCE_SYSTEM); in SetFocus()
Dchrome_browser_host_impl.h57 void OnSetFocus(cef_focus_source_t source) override;
/third_party/cef/include/
Dcef_focus_handler.h70 virtual bool OnSetFocus(CefRefPtr<CefBrowser> browser, FocusSource source) { in OnSetFocus() function
/third_party/cef/libcef_dll/ctocpp/
Dfocus_handler_ctocpp.h38 bool OnSetFocus(CefRefPtr<CefBrowser> browser, FocusSource source) override;
Dfocus_handler_ctocpp.cc42 bool CefFocusHandlerCToCpp::OnSetFocus(CefRefPtr<CefBrowser> browser, in OnSetFocus() function in CefFocusHandlerCToCpp
/third_party/cef/libcef_dll/cpptoc/
Dfocus_handler_cpptoc.cc59 bool _retval = CefFocusHandlerCppToC::Get(self)->OnSetFocus( in focus_handler_on_set_focus()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc367 OnSetFocus(FOCUS_SOURCE_SYSTEM); in SetFocusInternal()
811 void AlloyBrowserHostImpl::OnSetFocus(cef_focus_source_t source) { in OnSetFocus() function in AlloyBrowserHostImpl
813 CEF_POST_TASK(CEF_UIT, base::BindOnce(&AlloyBrowserHostImpl::OnSetFocus, in OnSetFocus()
818 if (contents_delegate_->OnSetFocus(source)) in OnSetFocus()
Dalloy_browser_host_impl.h181 void OnSetFocus(cef_focus_source_t source) override;
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.cc518 bool CefBrowserContentsDelegate::OnSetFocus(cef_focus_source_t source) { in OnSetFocus() function in CefBrowserContentsDelegate
527 bool handled = handler->OnSetFocus(browser(), source); in OnSetFocus()
Dbrowser_contents_delegate.h163 bool OnSetFocus(cef_focus_source_t source);
Dbrowser_host_base.h231 virtual void OnSetFocus(cef_focus_source_t source) = 0;
Dframe_host_impl.cc307 browser->OnSetFocus(FOCUS_SOURCE_NAVIGATION); in LoadRequest()
Dbrowser_host_base.cc742 OnSetFocus(FOCUS_SOURCE_NAVIGATION); in LoadMainFrameURL()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h184 bool OnSetFocus(CefRefPtr<CefBrowser> browser, FocusSource source) override;
Dclient_handler.cc543 bool ClientHandler::OnSetFocus(CefRefPtr<CefBrowser> browser, in OnSetFocus() function in client::ClientHandler
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1122 bool OnSetFocus(CefRefPtr<CefBrowser> browser, FocusSource source) override { in OnSetFocus() function in __anon6dcc87c30111::OSRTestHandler
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch14134 bool OnSetFocus(cef_focus_source_t source);
15600 virtual void OnSetFocus(cef_focus_source_t source) = 0;
61523 +bool NWebHandlerDelegate::OnSetFocus(CefRefPtr<CefBrowser> browser,
62295 + bool OnSetFocus(CefRefPtr<CefBrowser> browser, FocusSource source) override;