Home
last modified time | relevance | path

Searched refs:SetFocusable (Results 1 – 25 of 36) sorted by relevance

12

/third_party/cef/libcef/browser/views/
Dbutton_impl.h41 void SetFocusable(bool focusable) override;
104 CEF_BUTTON_IMPL_T void CEF_BUTTON_IMPL_D::SetFocusable(bool focusable) { in SetFocusable() function
107 ParentClass::SetFocusable(focusable); in SetFocusable()
Dmenu_button_impl.cc52 void CefMenuButtonImpl::SetFocusable(bool focusable) { in SetFocusable() function in CefMenuButtonImpl
57 ParentClass::SetFocusable(focusable); in SetFocusable()
Dmenu_button_impl.h46 void SetFocusable(bool focusable) override;
Dview_impl.h401 void SetFocusable(bool focusable) override;
649 CEF_VIEW_IMPL_T void CEF_VIEW_IMPL_D::SetFocusable(bool focusable) { in SetFocusable() function
/third_party/cef/libcef_dll/ctocpp/views/
Dview_ctocpp.h86 void SetFocusable(bool focusable) override;
Dbrowser_view_ctocpp.h80 void SetFocusable(bool focusable) override;
Dbutton_ctocpp.h84 void SetFocusable(bool focusable) override;
Dscroll_view_ctocpp.h84 void SetFocusable(bool focusable) override;
Dpanel_ctocpp.h97 void SetFocusable(bool focusable) override;
Dlabel_button_ctocpp.h99 void SetFocusable(bool focusable) override;
Dmenu_button_ctocpp.h103 void SetFocusable(bool focusable) override;
Dtextfield_ctocpp.h110 void SetFocusable(bool focusable) override;
Dwindow_ctocpp.h140 void SetFocusable(bool focusable) override;
Dview_ctocpp.cc623 NO_SANITIZE("cfi-icall") void CefViewCToCpp::SetFocusable(bool focusable) { in SetFocusable() function in CefViewCToCpp
Dbrowser_view_ctocpp.cc729 void CefBrowserViewCToCpp::SetFocusable(bool focusable) { in SetFocusable() function in CefBrowserViewCToCpp
Dbutton_ctocpp.cc723 NO_SANITIZE("cfi-icall") void CefButtonCToCpp::SetFocusable(bool focusable) { in SetFocusable() function in CefButtonCToCpp
Dscroll_view_ctocpp.cc763 void CefScrollViewCToCpp::SetFocusable(bool focusable) { in SetFocusable() function in CefScrollViewCToCpp
Dpanel_ctocpp.cc855 NO_SANITIZE("cfi-icall") void CefPanelCToCpp::SetFocusable(bool focusable) { in SetFocusable() function in CefPanelCToCpp
/third_party/cef/include/views/
Dcef_view.h335 virtual void SetFocusable(bool focusable) = 0;
/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc176 button->SetFocusable(false); // Don't give focus to the button. in CreateButton()
Dviews_menu_bar.cc111 panel_->GetViewForID(id)->SetFocusable(focusable); in SetMenuFocusable()
Dviews_window.cc852 button->SetFocusable(false); // Don't give focus to the button. in CreateBrowseButton()
1008 window_->GetViewForID(ID_MENU_BUTTON)->SetFocusable(focusable); in SetMenuFocusable()
/third_party/cef/libcef_dll/cpptoc/views/
Dview_cpptoc.cc664 CefViewCppToC::Get(self)->SetFocusable(focusable ? true : false); in view_set_focusable()
Dscroll_view_cpptoc.cc875 ->SetFocusable(focusable ? true : false); in scroll_view_set_focusable()
/third_party/cef/tests/ceftests/views/
Dbutton_unittest.cc562 button->SetFocusable(can_activate_); in OnMenuButtonPressed()

12