/third_party/cef/tests/cefclient/browser/ |
D | views_menu_bar.cc | 111 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()
|
D | views_window.cc | 661 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/ |
D | view_ctocpp.h | 65 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | browser_view_ctocpp.h | 59 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | button_ctocpp.h | 63 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | scroll_view_ctocpp.h | 63 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | panel_ctocpp.h | 76 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | label_button_ctocpp.h | 78 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | menu_button_ctocpp.h | 82 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | textfield_ctocpp.h | 89 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | window_ctocpp.h | 119 CefRefPtr<CefView> GetViewForID(int id) override;
|
D | view_ctocpp.cc | 309 CefRefPtr<CefView> CefViewCToCpp::GetViewForID(int id) { in GetViewForID() function in CefViewCToCpp
|
D | browser_view_ctocpp.cc | 411 CefRefPtr<CefView> CefBrowserViewCToCpp::GetViewForID(int id) { in GetViewForID() function in CefBrowserViewCToCpp
|
D | button_ctocpp.cc | 408 CefRefPtr<CefView> CefButtonCToCpp::GetViewForID(int id) { in GetViewForID() function in CefButtonCToCpp
|
D | scroll_view_ctocpp.cc | 446 CefRefPtr<CefView> CefScrollViewCToCpp::GetViewForID(int id) { in GetViewForID() function in CefScrollViewCToCpp
|
D | panel_ctocpp.cc | 541 CefRefPtr<CefView> CefPanelCToCpp::GetViewForID(int id) { in GetViewForID() function in CefPanelCToCpp
|
/third_party/cef/include/views/ |
D | cef_view.h | 174 virtual CefRefPtr<CefView> GetViewForID(int id) = 0;
|
/third_party/cef/tests/ceftests/views/ |
D | button_unittest.cc | 185 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()
|
D | window_unittest.cc | 132 CefRefPtr<CefView> view1 = window->GetViewForID(kWPanel1ID); in RunWindowLayoutAndCoords() 134 CefRefPtr<CefView> view2 = window->GetViewForID(kWPanel2ID); in RunWindowLayoutAndCoords()
|
D | textfield_unittest.cc | 279 EXPECT_TRUE(textfield->IsSame(window->GetViewForID(kTextfieldID))); in RunTextfieldKeyEvent()
|
/third_party/cef/libcef/browser/views/ |
D | view_impl.h | 380 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/ |
D | view_cpptoc.cc | 319 CefRefPtr<CefView> _retval = CefViewCppToC::Get(self)->GetViewForID(id); in view_get_view_for_id()
|
D | scroll_view_cpptoc.cc | 492 ->GetViewForID(id); in scroll_view_get_view_for_id()
|
D | button_cpptoc.cc | 442 ->GetViewForID(id); in button_get_view_for_id()
|
D | browser_view_cpptoc.cc | 464 ->GetViewForID(id); in browser_view_get_view_for_id()
|