/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/tests/cefclient/browser/ |
D | views_menu_bar.cc | 158 point.x -= menu_button->GetBounds().width - 4; in OnMenuButtonPressed() 190 CefRect panel_bounds = panel_->GetBounds(); in MouseOutsideMenu() 213 CefRect button_bounds = button->GetBounds(); in MouseOutsideMenu()
|
D | views_window.cc | 779 min_width = browse_buttons[0]->GetBounds().width * 4 + in OnWindowChanged() 780 menu_button->GetBounds().width + 100; in OnWindowChanged() 784 int min_height = top_toolbar_->GetBounds().height + 100; in OnWindowChanged() 786 min_height += top_menu_panel->GetBounds().height; in OnWindowChanged()
|
/third_party/cef/libcef/browser/views/ |
D | view_impl.h | 350 const CefRect& bounds = GetBounds(); in GetDebugInfo() 381 CefRect GetBounds() override; 538 CEF_VIEW_IMPL_T CefRect CEF_VIEW_IMPL_D::GetBounds() { in GetBounds() function 558 const CefRect& bounds = GetBounds(); in GetSize() 570 const CefRect& bounds = GetBounds(); in GetPosition()
|
D | display_impl.h | 24 CefRect GetBounds() override;
|
D | display_impl.cc | 87 CefRect CefDisplayImpl::GetBounds() { in GetBounds() function in CefDisplayImpl
|
D | window_impl.h | 91 CefRect GetBounds() override;
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | display_ctocpp.h | 40 CefRect GetBounds() OVERRIDE;
|
D | view_ctocpp.h | 67 CefRect GetBounds() OVERRIDE;
|
D | browser_view_ctocpp.h | 61 CefRect GetBounds() OVERRIDE;
|
D | scroll_view_ctocpp.h | 65 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 | display_ctocpp.cc | 175 NO_SANITIZE("cfi-icall") CefRect CefDisplayCToCpp::GetBounds() { in GetBounds() function in CefDisplayCToCpp
|
D | menu_button_ctocpp.h | 84 CefRect GetBounds() OVERRIDE;
|
D | textfield_ctocpp.h | 91 CefRect GetBounds() OVERRIDE;
|
/third_party/cef/include/views/ |
D | cef_display.h | 128 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,
|
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/ |
D | gdiplusmetaheader.h | 96 void GetBounds(Rect *rect) const in GetBounds() function
|