Home
last modified time | relevance | path

Searched refs:OnFocus (Results 1 – 25 of 31) sorted by relevance

12

/third_party/cef/libcef/browser/views/
Dview_view.h81 void OnFocus() override;
192 CEF_VIEW_VIEW_T void CEF_VIEW_VIEW_D::OnFocus() { in OnFocus() function
194 cef_delegate()->OnFocus(GetCefView()); in OnFocus()
195 ParentClass::OnFocus(); in OnFocus()
/third_party/cef/include/views/
Dcef_view_delegate.h125 virtual void OnFocus(CefRefPtr<CefView> view) {} in OnFocus() function
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_delegate_ctocpp.h53 void OnFocus(CefRefPtr<CefView> view) override;
Dview_delegate_ctocpp.h52 void OnFocus(CefRefPtr<CefView> view) override;
Dbutton_delegate_ctocpp.h57 void OnFocus(CefRefPtr<CefView> view) override;
Dtextfield_delegate_ctocpp.h58 void OnFocus(CefRefPtr<CefView> view) override;
Dmenu_button_delegate_ctocpp.h63 void OnFocus(CefRefPtr<CefView> view) override;
Dbrowser_view_delegate_ctocpp.h70 void OnFocus(CefRefPtr<CefView> view) override;
Dwindow_delegate_ctocpp.h72 void OnFocus(CefRefPtr<CefView> view) override;
Dpanel_delegate_ctocpp.cc216 void CefPanelDelegateCToCpp::OnFocus(CefRefPtr<CefView> view) { in OnFocus() function in CefPanelDelegateCToCpp
Dview_delegate_ctocpp.cc213 void CefViewDelegateCToCpp::OnFocus(CefRefPtr<CefView> view) { in OnFocus() function in CefViewDelegateCToCpp
Dbutton_delegate_ctocpp.cc256 void CefButtonDelegateCToCpp::OnFocus(CefRefPtr<CefView> view) { in OnFocus() function in CefButtonDelegateCToCpp
Dtextfield_delegate_ctocpp.cc261 void CefTextfieldDelegateCToCpp::OnFocus(CefRefPtr<CefView> view) { in OnFocus() function in CefTextfieldDelegateCToCpp
Dmenu_button_delegate_ctocpp.cc288 void CefMenuButtonDelegateCToCpp::OnFocus(CefRefPtr<CefView> view) { in OnFocus() function in CefMenuButtonDelegateCToCpp
Dbrowser_view_delegate_ctocpp.cc357 void CefBrowserViewDelegateCToCpp::OnFocus(CefRefPtr<CefView> view) { in OnFocus() function in CefBrowserViewDelegateCToCpp
/third_party/cef/tests/cefclient/browser/
Droot_window_win.h82 void OnFocus();
Dosr_window_win.h92 void OnFocus(bool setFocus);
Dviews_window.h170 void OnFocus(CefRefPtr<CefView> view) override;
/third_party/cef/libcef_dll/cpptoc/views/
Dview_delegate_cpptoc.cc240 CefViewDelegateCppToC::Get(self)->OnFocus(CefViewCToCpp::Wrap(view)); in view_delegate_on_focus()
Dpanel_delegate_cpptoc.cc240 ->OnFocus(CefViewCToCpp::Wrap(view)); in panel_delegate_on_focus()
Dbutton_delegate_cpptoc.cc281 ->OnFocus(CefViewCToCpp::Wrap(view)); in button_delegate_on_focus()
Dtextfield_delegate_cpptoc.cc298 ->OnFocus(CefViewCToCpp::Wrap(view)); in textfield_delegate_on_focus()
Dmenu_button_delegate_cpptoc.cc324 ->OnFocus(CefViewCToCpp::Wrap(view)); in menu_button_delegate_on_focus()
Dbrowser_view_delegate_cpptoc.cc393 ->OnFocus(CefViewCToCpp::Wrap(view)); in browser_view_delegate_on_focus()
Dwindow_delegate_cpptoc.cc544 ->OnFocus(CefViewCToCpp::Wrap(view)); in window_delegate_on_focus()

12