Home
last modified time | relevance | path

Searched refs:NodeRectInRootFrame (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dspatial_navigation_test.cc78 PhysicalRect uncropped = NodeRectInRootFrame(e); in AssertNormalizedHeight()
250 NodeRectInRootFrame(b)); in TEST_F()
272 NodeRectInRootFrame(scroller)); in TEST_F()
293 NodeRectInRootFrame(iframe)); in TEST_F()
497 PhysicalRect button_after_scroll = NodeRectInRootFrame(b); in TEST_F()
757 PhysicalRect uncropped_link = NodeRectInRootFrame(a); in TEST_F()
776 PhysicalRect uncropped_link = NodeRectInRootFrame(a); in TEST_F()
924 PhysicalRect uncropped = NodeRectInRootFrame(a); in TEST_F()
951 PhysicalRect uncropped = NodeRectInRootFrame(a); in TEST_F()
1037 PhysicalRect uncropped = NodeRectInRootFrame(block); in TEST_F()
[all …]
H A Dspatial_navigation.cc80 rect_in_root_frame = NodeRectInRootFrame(node); in FocusCandidate()
177 PhysicalRect rect_in_root_frame = NodeRectInRootFrame(&node); in RectInViewport()
451 PhysicalRect NodeRectInRootFrame(const Node* node) { in NodeRectInRootFrame() function
924 PhysicalRect box_in_root_frame = NodeRectInRootFrame(focus_node); in SearchOrigin()
946 PhysicalRect box_in_root_frame = NodeRectInRootFrame(container); in SearchOrigin()
H A Dspatial_navigation.h83 CORE_EXPORT PhysicalRect NodeRectInRootFrame(const Node*);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dspatial_navigation_test.cc206 NodeRectInRootFrame(b)); in TEST_F()
228 NodeRectInRootFrame(scroller)); in TEST_F()
249 NodeRectInRootFrame(iframe)); in TEST_F()
325 const PhysicalRect container_box = NodeRectInRootFrame(container); in TEST_F()
443 PhysicalRect button_in_root_frame = NodeRectInRootFrame(b); in TEST_F()
453 PhysicalRect button_after_scroll = NodeRectInRootFrame(b); in TEST_F()
570 PhysicalRect iframe = NodeRectInRootFrame(enclosing_container); in TEST_F()
673 SearchOriginFragment(NodeRectInRootFrame(a), *a->GetLayoutObject(), in TEST_F()
685 SearchOriginFragment(NodeRectInRootFrame(a), *a->GetLayoutObject(), in TEST_F()
H A Dspatial_navigation.cc80 rect_in_root_frame = NodeRectInRootFrame(node); in FocusCandidate()
170 PhysicalRect rect_in_root_frame = NodeRectInRootFrame(&node); in RectInViewport()
437 PhysicalRect NodeRectInRootFrame(const Node* node) { in NodeRectInRootFrame() function
822 PhysicalRect box_in_root_frame = NodeRectInRootFrame(focus_node); in SearchOrigin()
837 PhysicalRect box_in_root_frame = NodeRectInRootFrame(container); in SearchOrigin()
H A Dspatial_navigation.h81 CORE_EXPORT PhysicalRect NodeRectInRootFrame(const Node*);