Home
last modified time | relevance | path

Searched refs:RestoreAnchor (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dscroll_anchor_test.cc179 EXPECT_FALSE(GetScrollAnchor(LayoutViewport()).RestoreAnchor(bad_anchor)); in TEST_P()
184 EXPECT_FALSE(GetScrollAnchor(LayoutViewport()).RestoreAnchor(bad_anchor2)); in TEST_P()
189 EXPECT_FALSE(GetScrollAnchor(LayoutViewport()).RestoreAnchor(bad_anchor3)); in TEST_P()
195 GetScrollAnchor(LayoutViewport()).RestoreAnchor(serialized_anchor)); in TEST_P()
H A Dscroll_anchor.h97 bool RestoreAnchor(const SerializedAnchor&);
H A Dscroll_anchor.cc477 bool ScrollAnchor::RestoreAnchor(const SerializedAnchor& serialized_anchor) { in RestoreAnchor() function in blink::ScrollAnchor
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dscroll_anchor.h97 bool RestoreAnchor(const SerializedAnchor&);
H A Dscroll_anchor_test.cc182 EXPECT_FALSE(GetScrollAnchor(LayoutViewport()).RestoreAnchor(bad_anchor)); in TEST_P()
187 EXPECT_FALSE(GetScrollAnchor(LayoutViewport()).RestoreAnchor(bad_anchor2)); in TEST_P()
192 EXPECT_FALSE(GetScrollAnchor(LayoutViewport()).RestoreAnchor(bad_anchor3)); in TEST_P()
198 GetScrollAnchor(LayoutViewport()).RestoreAnchor(serialized_anchor)); in TEST_P()
H A Dscroll_anchor.cc600 bool ScrollAnchor::RestoreAnchor(const SerializedAnchor& serialized_anchor) { in RestoreAnchor() function in blink::ScrollAnchor
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dpaint_layer_scrollable_area.cc1203 scroll_anchor_.RestoreAnchor(serialized_anchor); in RestoreScrollAnchor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dpaint_layer_scrollable_area.cc1228 scroll_anchor_.RestoreAnchor(serialized_anchor); in RestoreScrollAnchor()