Home
last modified time | relevance | path

Searched refs:IsDrawn (Results 1 – 25 of 41) sorted by relevance

12

/third_party/cef/tests/ceftests/views/
Dwindow_unittest.cc52 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 …]
Dpanel_unittest.cc54 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 …]
Dtest_window_delegate.cc56 EXPECT_FALSE(window->IsDrawn()); in OnWindowCreated()
129 EXPECT_FALSE(window->IsDrawn()); in OnWindowDestroyed()
Dbutton_unittest.cc214 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()
Dtextfield_unittest.cc272 EXPECT_FALSE(textfield->IsDrawn()); in RunTextfieldKeyEvent()
281 EXPECT_TRUE(textfield->IsDrawn()); in RunTextfieldKeyEvent()
/third_party/cef/include/views/
Dcef_overlay_controller.h206 virtual bool IsDrawn() = 0;
Dcef_view.h313 virtual bool IsDrawn() = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Doverlay_controller_ctocpp.h60 bool IsDrawn() override;
Dview_ctocpp.h83 bool IsDrawn() override;
Dscroll_view_ctocpp.h81 bool IsDrawn() override;
Dbrowser_view_ctocpp.h77 bool IsDrawn() override;
Dbutton_ctocpp.h81 bool IsDrawn() override;
Dpanel_ctocpp.h94 bool IsDrawn() override;
Dlabel_button_ctocpp.h96 bool IsDrawn() override;
Dmenu_button_ctocpp.h100 bool IsDrawn() override;
Dtextfield_ctocpp.h107 bool IsDrawn() override;
Doverlay_controller_ctocpp.cc306 NO_SANITIZE("cfi-icall") bool CefOverlayControllerCToCpp::IsDrawn() { in IsDrawn() function in CefOverlayControllerCToCpp
Dwindow_ctocpp.h137 bool IsDrawn() override;
Dview_ctocpp.cc578 NO_SANITIZE("cfi-icall") bool CefViewCToCpp::IsDrawn() { in IsDrawn() function in CefViewCToCpp
Dbutton_ctocpp.cc678 NO_SANITIZE("cfi-icall") bool CefButtonCToCpp::IsDrawn() { in IsDrawn() function in CefButtonCToCpp
/third_party/cef/libcef/browser/views/
Dview_impl.h398 bool IsDrawn() override;
634 CEF_VIEW_IMPL_T bool CEF_VIEW_IMPL_D::IsDrawn() { in IsDrawn() function
636 return root_view()->IsDrawn(); in IsDrawn()
Dwindow_impl.h104 bool IsDrawn() override;
Doverlay_view_host.cc160 bool IsDrawn() override { return IsVisible(); } in IsDrawn() function in __anona02de6100111::CefOverlayControllerImpl
Dwindow_impl.cc385 bool CefWindowImpl::IsDrawn() { in IsDrawn() function in CefWindowImpl
/third_party/cef/libcef_dll/cpptoc/views/
Doverlay_controller_cpptoc.cc363 bool _retval = CefOverlayControllerCppToC::Get(self)->IsDrawn(); in overlay_controller_is_drawn()

12