Home
last modified time | relevance | path

Searched refs:GetBounds (Results 1 – 25 of 55) sorted by relevance

123

/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc101 auto bounds = window_->GetBounds(); in UpdateControls()
128 window_regions.push_back(CefDraggableRegion(panel_controller_->GetBounds(), in UpdateDraggableRegions()
134 CefDraggableRegion(menu_controller_->GetBounds(), /*draggable=*/false)); in UpdateDraggableRegions()
139 location_controller_->GetBounds(), /*draggable=*/false)); in UpdateDraggableRegions()
Dviews_menu_bar.cc160 point.x += menu_button->GetBounds().width - 4; in OnMenuButtonPressed()
162 point.x -= menu_button->GetBounds().width - 4; in OnMenuButtonPressed()
195 CefRect panel_bounds = panel_->GetBounds(); in MouseOutsideMenu()
218 CefRect button_bounds = button->GetBounds(); in MouseOutsideMenu()
Dviews_window.cc980 min_width = browse_buttons[0]->GetBounds().width * 4 + in AddControls()
981 menu_button_->GetBounds().width + 100; in AddControls()
985 int min_height = top_toolbar_->GetBounds().height + 100; in AddControls()
987 min_height += top_menu_panel->GetBounds().height; in AddControls()
/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc46 EXPECT_EQ(CefRect(0, 0, 0, 0), panel->GetBounds()); in CreatePanel()
661 EXPECT_EQ(CefRect(0, 0, 0, 0), panel->GetBounds()); in SizeNoDelegateImpl()
665 EXPECT_EQ(CefRect(100, 100, 200, 200), panel->GetBounds()); in SizeNoDelegateImpl()
674 EXPECT_EQ(CefRect(50, 50, 200, 200), panel->GetBounds()); in SizeNoDelegateImpl()
680 EXPECT_EQ(CefRect(50, 50, 400, 400), panel->GetBounds()); in SizeNoDelegateImpl()
693 EXPECT_EQ(CefRect(0, 0, 0, 0), panel->GetBounds()); in SizeWithDelegateImpl()
771 EXPECT_EQ(CefRect(0, 0, 0, 0), panel->GetBounds()); in FillLayoutSizeToPreferredSizeImpl()
806 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_parent->GetBounds()); in FillLayoutSizeHierarchyImpl()
807 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_child->GetBounds()); in FillLayoutSizeHierarchyImpl()
849 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_parent->GetBounds()); in FillLayoutSizeHierarchyWithDelegate()
[all …]
/third_party/cef/libcef/browser/views/
Dview_impl.h351 const CefRect& bounds = GetBounds(); in GetDebugInfo()
382 CefRect GetBounds() override;
541 CEF_VIEW_IMPL_T CefRect CEF_VIEW_IMPL_D::GetBounds() { in GetBounds() function
561 const CefRect& bounds = GetBounds(); in GetSize()
573 const CefRect& bounds = GetBounds(); in GetPosition()
Doverlay_view_host.cc72 CefRect GetBounds() override { in GetBounds() function in __anona02de6100111::CefOverlayControllerImpl
98 const auto& bounds = GetBounds(); in GetSize()
112 const auto& bounds = GetBounds(); in GetPosition()
Ddisplay_impl.h28 CefRect GetBounds() override;
Ddisplay_impl.cc87 CefRect CefDisplayImpl::GetBounds() { in GetBounds() function in CefDisplayImpl
/third_party/cef/libcef_dll/ctocpp/views/
Ddisplay_ctocpp.h40 CefRect GetBounds() override;
Doverlay_controller_ctocpp.h49 CefRect GetBounds() override;
Dview_ctocpp.h67 CefRect GetBounds() override;
Dscroll_view_ctocpp.h65 CefRect GetBounds() override;
Dbrowser_view_ctocpp.h61 CefRect GetBounds() override;
Dbutton_ctocpp.h65 CefRect GetBounds() override;
Dpanel_ctocpp.h78 CefRect GetBounds() override;
Dlabel_button_ctocpp.h80 CefRect GetBounds() override;
Dmenu_button_ctocpp.h84 CefRect GetBounds() override;
/third_party/cef/include/views/
Dcef_display.h128 virtual CefRect GetBounds() = 0;
Dcef_overlay_controller.h111 virtual CefRect GetBounds() = 0;
Dcef_view.h188 virtual CefRect GetBounds() = 0;
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dfont_skia.h33 void GetBounds(minikin::MinikinRect* bounds,
Dfont_skia.cc69 void FontSkia::GetBounds(minikin::MinikinRect* bounds, in GetBounds() function in txt::FontSkia
/third_party/flutter/engine/flutter/third_party/txt/tests/
DMinikinFontForTest.cpp66 void MinikinFontForTest::GetBounds(MinikinRect* bounds, in GetBounds() function in minikin::MinikinFontForTest
DMinikinFontForTest.h40 void GetBounds(MinikinRect* bounds,
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DMinikinFont.h100 virtual void GetBounds(MinikinRect* bounds,

123