Home
last modified time | relevance | path

Searched refs:IsScrollCornerVisible (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscrollbar_test_suite.h63 MOCK_CONST_METHOD0(IsScrollCornerVisible, bool());
H A Dscrollable_area.h269 virtual bool IsScrollCornerVisible() const = 0;
H A Dscroll_animator_test.cc73 MOCK_CONST_METHOD0(IsScrollCornerVisible, bool());
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscrollbar_test_suite.h65 MOCK_CONST_METHOD0(IsScrollCornerVisible, bool());
H A Dscrollable_area.h260 virtual bool IsScrollCornerVisible() const = 0;
H A Dscroll_animator_test.cc75 MOCK_CONST_METHOD0(IsScrollCornerVisible, bool());
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Droot_frame_viewport.h79 bool IsScrollCornerVisible() const override;
H A Dvisual_viewport.h196 bool IsScrollCornerVisible() const override { return false; }
H A Droot_frame_viewport.cc238 bool RootFrameViewport::IsScrollCornerVisible() const { in IsScrollCornerVisible() function in blink::RootFrameViewport
239 return LayoutViewport().IsScrollCornerVisible(); in IsScrollCornerVisible()
H A Droot_frame_viewport_test.cc100 bool IsScrollCornerVisible() const override { return true; } in IsScrollCornerVisible() function in blink::ScrollableAreaStub
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Droot_frame_viewport.h77 bool IsScrollCornerVisible() const override;
H A Dvisual_viewport.h194 bool IsScrollCornerVisible() const override { return false; }
H A Droot_frame_viewport.cc238 bool RootFrameViewport::IsScrollCornerVisible() const { in IsScrollCornerVisible() function in blink::RootFrameViewport
239 return LayoutViewport().IsScrollCornerVisible(); in IsScrollCornerVisible()
H A Droot_frame_viewport_test.cc100 bool IsScrollCornerVisible() const override { return true; } in IsScrollCornerVisible() function in blink::ScrollableAreaStub
/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.h293 bool IsScrollCornerVisible() const override;
H A Dpaint_layer_scrollable_area.cc351 bool PaintLayerScrollableArea::IsScrollCornerVisible() const { in IsScrollCornerVisible() function in blink::PaintLayerScrollableArea
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dpaint_layer_scrollable_area.h297 bool IsScrollCornerVisible() const override;
H A Dpaint_layer_scrollable_area.cc371 bool PaintLayerScrollableArea::IsScrollCornerVisible() const { in IsScrollCornerVisible() function in blink::PaintLayerScrollableArea
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dselector_checker.cc1432 scrollbar_->GetScrollableArea()->IsScrollCornerVisible(); in CheckScrollbarPseudoClass()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dselector_checker.cc1637 scrollbar_->GetScrollableArea()->IsScrollCornerVisible(); in CheckScrollbarPseudoClass()