/third_party/cef/tests/ceftests/views/ |
D | window_unittest.cc | 52 EXPECT_FALSE(window->IsDrawn()); in RunWindowShow() 55 EXPECT_TRUE(window->IsDrawn()); in RunWindowShow() 69 EXPECT_FALSE(window->IsDrawn()); in RunWindowShowHide() 93 EXPECT_FALSE(panel_child1->IsDrawn()); in CreateBoxLayout() 99 EXPECT_FALSE(panel_child2->IsDrawn()); in CreateBoxLayout() 111 EXPECT_TRUE(panel_child1->IsDrawn()); in CreateBoxLayout() 112 EXPECT_TRUE(panel_child1->IsDrawn()); in CreateBoxLayout() 223 EXPECT_TRUE(window->IsDrawn()); in VerifyRestore() 234 EXPECT_TRUE(window->IsDrawn()); in VerifyMaximize() 248 EXPECT_TRUE(window->IsDrawn()); in RunWindowMaximize() [all …]
|
D | panel_unittest.cc | 54 EXPECT_FALSE(panel->IsDrawn()); in CreatePanel() 455 EXPECT_FALSE(parent_panel->IsDrawn()); in ChildVisibleImpl() 456 EXPECT_FALSE(child_panel1->IsDrawn()); in ChildVisibleImpl() 457 EXPECT_FALSE(child_panel2->IsDrawn()); in ChildVisibleImpl() 468 EXPECT_FALSE(parent_panel->IsDrawn()); in ChildVisibleImpl() 469 EXPECT_FALSE(child_panel1->IsDrawn()); in ChildVisibleImpl() 470 EXPECT_FALSE(child_panel2->IsDrawn()); in ChildVisibleImpl() 510 EXPECT_FALSE(parent_panel->IsDrawn()); in ChildDrawnImpl() 511 EXPECT_FALSE(child_panel1->IsDrawn()); in ChildDrawnImpl() 512 EXPECT_FALSE(child_panel2->IsDrawn()); in ChildDrawnImpl() [all …]
|
D | test_window_delegate.cc | 56 EXPECT_FALSE(window->IsDrawn()); in OnWindowCreated() 129 EXPECT_FALSE(window->IsDrawn()); in OnWindowDestroyed()
|
D | button_unittest.cc | 214 EXPECT_FALSE(button->IsDrawn()); in RunLabelButtonClick() 231 EXPECT_TRUE(button->IsDrawn()); in RunLabelButtonClick() 450 EXPECT_FALSE(button->IsDrawn()); in RunMenuButtonClick() 467 EXPECT_TRUE(button->IsDrawn()); in RunMenuButtonClick()
|
D | textfield_unittest.cc | 272 EXPECT_FALSE(textfield->IsDrawn()); in RunTextfieldKeyEvent() 281 EXPECT_TRUE(textfield->IsDrawn()); in RunTextfieldKeyEvent()
|
/third_party/cef/include/views/ |
D | cef_overlay_controller.h | 206 virtual bool IsDrawn() = 0;
|
D | cef_view.h | 313 virtual bool IsDrawn() = 0;
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | overlay_controller_ctocpp.h | 60 bool IsDrawn() override;
|
D | view_ctocpp.h | 83 bool IsDrawn() override;
|
D | scroll_view_ctocpp.h | 81 bool IsDrawn() override;
|
D | browser_view_ctocpp.h | 77 bool IsDrawn() override;
|
D | button_ctocpp.h | 81 bool IsDrawn() override;
|
D | panel_ctocpp.h | 94 bool IsDrawn() override;
|
D | label_button_ctocpp.h | 96 bool IsDrawn() override;
|
D | menu_button_ctocpp.h | 100 bool IsDrawn() override;
|
D | textfield_ctocpp.h | 107 bool IsDrawn() override;
|
D | overlay_controller_ctocpp.cc | 306 NO_SANITIZE("cfi-icall") bool CefOverlayControllerCToCpp::IsDrawn() { in IsDrawn() function in CefOverlayControllerCToCpp
|
D | window_ctocpp.h | 137 bool IsDrawn() override;
|
D | view_ctocpp.cc | 578 NO_SANITIZE("cfi-icall") bool CefViewCToCpp::IsDrawn() { in IsDrawn() function in CefViewCToCpp
|
D | button_ctocpp.cc | 678 NO_SANITIZE("cfi-icall") bool CefButtonCToCpp::IsDrawn() { in IsDrawn() function in CefButtonCToCpp
|
/third_party/cef/libcef/browser/views/ |
D | view_impl.h | 398 bool IsDrawn() override; 634 CEF_VIEW_IMPL_T bool CEF_VIEW_IMPL_D::IsDrawn() { in IsDrawn() function 636 return root_view()->IsDrawn(); in IsDrawn()
|
D | window_impl.h | 104 bool IsDrawn() override;
|
D | overlay_view_host.cc | 160 bool IsDrawn() override { return IsVisible(); } in IsDrawn() function in __anona02de6100111::CefOverlayControllerImpl
|
D | window_impl.cc | 385 bool CefWindowImpl::IsDrawn() { in IsDrawn() function in CefWindowImpl
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | overlay_controller_cpptoc.cc | 363 bool _retval = CefOverlayControllerCppToC::Get(self)->IsDrawn(); in overlay_controller_is_drawn()
|