Home
last modified time | relevance | path

Searched refs:GetChildViewAt (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc206 child_panel->IsSame(parent_panel->GetChildViewAt(expected_child_index))); in ChildVerifyAddedState()
430 EXPECT_TRUE(child_panel3->IsSame(parent_panel->GetChildViewAt(0))); in ChildOrderImpl()
431 EXPECT_TRUE(child_panel1->IsSame(parent_panel->GetChildViewAt(1))); in ChildOrderImpl()
432 EXPECT_TRUE(child_panel2->IsSame(parent_panel->GetChildViewAt(2))); in ChildOrderImpl()
437 EXPECT_TRUE(child_panel2->IsSame(parent_panel->GetChildViewAt(0))); in ChildOrderImpl()
438 EXPECT_TRUE(child_panel3->IsSame(parent_panel->GetChildViewAt(1))); in ChildOrderImpl()
439 EXPECT_TRUE(child_panel1->IsSame(parent_panel->GetChildViewAt(2))); in ChildOrderImpl()
444 EXPECT_TRUE(child_panel2->IsSame(parent_panel->GetChildViewAt(0))); in ChildOrderImpl()
445 EXPECT_TRUE(child_panel1->IsSame(parent_panel->GetChildViewAt(1))); in ChildOrderImpl()
446 EXPECT_TRUE(child_panel3->IsSame(parent_panel->GetChildViewAt(2))); in ChildOrderImpl()
/third_party/cef/libcef/browser/views/
Dpanel_impl.h46 CefRefPtr<CefView> GetChildViewAt(int index) override;
199 CEF_PANEL_IMPL_T CefRefPtr<CefView> CEF_PANEL_IMPL_D::GetChildViewAt( in GetChildViewAt() function
/third_party/cef/include/views/
Dcef_panel.h138 virtual CefRefPtr<CefView> GetChildViewAt(int index) = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Dpanel_ctocpp.h56 CefRefPtr<CefView> GetChildViewAt(int index) override;
Dwindow_ctocpp.h99 CefRefPtr<CefView> GetChildViewAt(int index) override;
Dpanel_ctocpp.cc240 CefRefPtr<CefView> CefPanelCToCpp::GetChildViewAt(int index) { in GetChildViewAt() function in CefPanelCToCpp
Dwindow_ctocpp.cc835 CefRefPtr<CefView> CefWindowCToCpp::GetChildViewAt(int index) { in GetChildViewAt() function in CefWindowCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc185 auto max_button = panel_->GetChildViewAt(1); in MaybeUpdateMaximizeButton()
/third_party/cef/libcef_dll/cpptoc/views/
Dpanel_cpptoc.cc264 CefRefPtr<CefView> _retval = CefPanelCppToC::Get(self)->GetChildViewAt(index); in panel_get_child_view_at()
Dwindow_cpptoc.cc880 ->GetChildViewAt(index); in window_get_child_view_at()