Home
last modified time | relevance | path

Searched refs:screen_space_rect_in_dip (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dframe_connector_delegate.h99 const gfx::Rect& screen_space_rect_in_dip() const { in screen_space_rect_in_dip() function
H A Drender_widget_host_view_child_frame.cc246 rect = frame_connector_->screen_space_rect_in_dip(); in GetViewBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dcross_process_frame_connector.h134 const gfx::Rect& screen_space_rect_in_dip() const { in screen_space_rect_in_dip() function
H A Drender_widget_host_view_child_frame.cc252 rect = frame_connector_->screen_space_rect_in_dip(); in GetViewBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dbrowser_test_utils.cc3513 gfx::Rect screen_space_rect_in_dip = visual_properties.screen_space_rect; in OnSynchronizeVisualProperties() local
3515 screen_space_rect_in_dip = in OnSynchronizeVisualProperties()
3528 this, screen_space_rect_in_dip)); in OnSynchronizeVisualProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dsite_per_process_browsertest.cc1467 EXPECT_NEAR(50, connector->screen_space_rect_in_dip().size().width(), 1); in IN_PROC_BROWSER_TEST_P()
1468 EXPECT_NEAR(50, connector->screen_space_rect_in_dip().size().height(), 1); in IN_PROC_BROWSER_TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dsite_per_process_browsertest.cc1410 EXPECT_NEAR(50, connector->screen_space_rect_in_dip().size().width(), 1); in IN_PROC_BROWSER_TEST_F()
1411 EXPECT_NEAR(50, connector->screen_space_rect_in_dip().size().height(), 1); in IN_PROC_BROWSER_TEST_F()