Home
last modified time | relevance | path

Searched refs:GetViewForID (Results 1 – 25 of 34) sorted by relevance

12

/third_party/cef/tests/cefclient/browser/
Dviews_menu_bar.cc111 panel_->GetViewForID(id)->SetFocusable(focusable); in SetMenuFocusable()
115 panel_->GetViewForID(id_start_)->RequestFocus(); in SetMenuFocusable()
139 TriggerMenuButton(panel_->GetViewForID(it->second)); in OnKeyEvent()
217 CefRefPtr<CefView> button = panel_->GetViewForID(id); in MouseOutsideMenu()
265 CefRefPtr<CefButton> button = panel_->GetViewForID(id)->AsButton(); in GetActiveMenuId()
292 TriggerMenuButton(panel_->GetViewForID(id_start_ + next_menu_index)); in TriggerNextMenu()
Dviews_window.cc661 window_->GetViewForID(last_focused_view)->RequestFocus(); in OnKeyEvent()
1008 window_->GetViewForID(ID_MENU_BUTTON)->SetFocusable(focusable); in SetMenuFocusable()
1012 window_->GetViewForID(ID_MENU_BUTTON)->RequestFocus(); in SetMenuFocusable()
1025 id == ID_URL_TEXTFIELD ? location_bar_ : window_->GetViewForID(id); in EnableView()
/third_party/cef/libcef_dll/ctocpp/views/
Dview_ctocpp.h65 CefRefPtr<CefView> GetViewForID(int id) override;
Dbrowser_view_ctocpp.h59 CefRefPtr<CefView> GetViewForID(int id) override;
Dbutton_ctocpp.h63 CefRefPtr<CefView> GetViewForID(int id) override;
Dscroll_view_ctocpp.h63 CefRefPtr<CefView> GetViewForID(int id) override;
Dpanel_ctocpp.h76 CefRefPtr<CefView> GetViewForID(int id) override;
Dlabel_button_ctocpp.h78 CefRefPtr<CefView> GetViewForID(int id) override;
Dmenu_button_ctocpp.h82 CefRefPtr<CefView> GetViewForID(int id) override;
Dtextfield_ctocpp.h89 CefRefPtr<CefView> GetViewForID(int id) override;
Dwindow_ctocpp.h119 CefRefPtr<CefView> GetViewForID(int id) override;
Dview_ctocpp.cc309 CefRefPtr<CefView> CefViewCToCpp::GetViewForID(int id) { in GetViewForID() function in CefViewCToCpp
Dbrowser_view_ctocpp.cc411 CefRefPtr<CefView> CefBrowserViewCToCpp::GetViewForID(int id) { in GetViewForID() function in CefBrowserViewCToCpp
Dbutton_ctocpp.cc408 CefRefPtr<CefView> CefButtonCToCpp::GetViewForID(int id) { in GetViewForID() function in CefButtonCToCpp
Dscroll_view_ctocpp.cc446 CefRefPtr<CefView> CefScrollViewCToCpp::GetViewForID(int id) { in GetViewForID() function in CefScrollViewCToCpp
Dpanel_ctocpp.cc541 CefRefPtr<CefView> CefPanelCToCpp::GetViewForID(int id) { in GetViewForID() function in CefPanelCToCpp
/third_party/cef/include/views/
Dcef_view.h174 virtual CefRefPtr<CefView> GetViewForID(int id) = 0;
/third_party/cef/tests/ceftests/views/
Dbutton_unittest.cc185 CefRefPtr<CefView> button = window->GetViewForID(button_id); in ClickButton()
229 EXPECT_TRUE(button->IsSame(window->GetViewForID(kButtonID))); in RunLabelButtonClick()
465 EXPECT_TRUE(button->IsSame(window->GetViewForID(kButtonID))); in RunMenuButtonClick()
Dwindow_unittest.cc132 CefRefPtr<CefView> view1 = window->GetViewForID(kWPanel1ID); in RunWindowLayoutAndCoords()
134 CefRefPtr<CefView> view2 = window->GetViewForID(kWPanel2ID); in RunWindowLayoutAndCoords()
Dtextfield_unittest.cc279 EXPECT_TRUE(textfield->IsSame(window->GetViewForID(kTextfieldID))); in RunTextfieldKeyEvent()
/third_party/cef/libcef/browser/views/
Dview_impl.h380 CefRefPtr<CefView> GetViewForID(int id) override;
527 CEF_VIEW_IMPL_T CefRefPtr<CefView> CEF_VIEW_IMPL_D::GetViewForID(int id) { in GetViewForID() function
/third_party/cef/libcef_dll/cpptoc/views/
Dview_cpptoc.cc319 CefRefPtr<CefView> _retval = CefViewCppToC::Get(self)->GetViewForID(id); in view_get_view_for_id()
Dscroll_view_cpptoc.cc492 ->GetViewForID(id); in scroll_view_get_view_for_id()
Dbutton_cpptoc.cc442 ->GetViewForID(id); in button_get_view_for_id()
Dbrowser_view_cpptoc.cc464 ->GetViewForID(id); in browser_view_get_view_for_id()

12