/third_party/cef/tests/cefclient/browser/ |
D | views_overlay_controls.cc | 101 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()
|
D | views_menu_bar.cc | 160 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()
|
D | views_window.cc | 980 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/ |
D | panel_unittest.cc | 46 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/ |
D | view_impl.h | 351 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()
|
D | overlay_view_host.cc | 72 CefRect GetBounds() override { in GetBounds() function in __anona02de6100111::CefOverlayControllerImpl 98 const auto& bounds = GetBounds(); in GetSize() 112 const auto& bounds = GetBounds(); in GetPosition()
|
D | display_impl.h | 28 CefRect GetBounds() override;
|
D | display_impl.cc | 87 CefRect CefDisplayImpl::GetBounds() { in GetBounds() function in CefDisplayImpl
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | display_ctocpp.h | 40 CefRect GetBounds() override;
|
D | overlay_controller_ctocpp.h | 49 CefRect GetBounds() override;
|
D | view_ctocpp.h | 67 CefRect GetBounds() override;
|
D | scroll_view_ctocpp.h | 65 CefRect GetBounds() override;
|
D | browser_view_ctocpp.h | 61 CefRect GetBounds() override;
|
D | button_ctocpp.h | 65 CefRect GetBounds() override;
|
D | panel_ctocpp.h | 78 CefRect GetBounds() override;
|
D | label_button_ctocpp.h | 80 CefRect GetBounds() override;
|
D | menu_button_ctocpp.h | 84 CefRect GetBounds() override;
|
/third_party/cef/include/views/ |
D | cef_display.h | 128 virtual CefRect GetBounds() = 0;
|
D | cef_overlay_controller.h | 111 virtual CefRect GetBounds() = 0;
|
D | cef_view.h | 188 virtual CefRect GetBounds() = 0;
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | font_skia.h | 33 void GetBounds(minikin::MinikinRect* bounds,
|
D | font_skia.cc | 69 void FontSkia::GetBounds(minikin::MinikinRect* bounds, in GetBounds() function in txt::FontSkia
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | MinikinFontForTest.cpp | 66 void MinikinFontForTest::GetBounds(MinikinRect* bounds, in GetBounds() function in minikin::MinikinFontForTest
|
D | MinikinFontForTest.h | 40 void GetBounds(MinikinRect* bounds,
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | MinikinFont.h | 100 virtual void GetBounds(MinikinRect* bounds,
|