Home
last modified time | relevance | path

Searched refs:ScrollbarOrientation (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscrollable_area.h169 void SnapAfterScrollbarScrolling(ScrollbarOrientation);
268 virtual int ScrollSize(ScrollbarOrientation) const = 0;
377 ScrollbarOrientation orientation);
418 float MinimumScrollOffset(ScrollbarOrientation orientation) { in MinimumScrollOffset()
516 ScrollbarOrientation, in DidScrollWithScrollbar() argument
562 ScrollbarOrientation ScrollbarOrientationFromDirection(
610 virtual int LineStep(ScrollbarOrientation) const;
611 virtual int PageStep(ScrollbarOrientation) const;
612 virtual int DocumentStep(ScrollbarOrientation) const;
613 virtual float PixelStep(ScrollbarOrientation) const;
[all …]
H A Dscrollbar.h54 ScrollbarOrientation orientation, in CreateForTesting()
61 ScrollbarOrientation,
84 ScrollbarOrientation Orientation() const { return orientation_; } in Orientation()
221 ScrollbarOrientation orientation_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscrollable_area.h164 void SnapAfterScrollbarScrolling(ScrollbarOrientation);
259 virtual int ScrollSize(ScrollbarOrientation) const = 0;
354 ScrollbarOrientation orientation);
395 float MinimumScrollOffset(ScrollbarOrientation orientation) { in MinimumScrollOffset()
489 ScrollbarOrientation, in DidScrollWithScrollbar() argument
530 ScrollbarOrientation ScrollbarOrientationFromDirection(
573 virtual int LineStep(ScrollbarOrientation) const;
574 virtual int PageStep(ScrollbarOrientation) const;
575 virtual int DocumentStep(ScrollbarOrientation) const;
576 virtual float PixelStep(ScrollbarOrientation) const;
[all …]
H A Dscrollable_area.cc152 ScrollbarOrientation ScrollableArea::ScrollbarOrientationFromDirection( in ScrollbarOrientationFromDirection()
160 ScrollbarOrientation orientation) const { in ScrollStep()
514 ScrollbarOrientation orientation) { in DidAddScrollbar()
589 ScrollbarOrientation orientation) { in SetScrollbarNeedsPaintInvalidation()
766 int ScrollableArea::LineStep(ScrollbarOrientation) const { in LineStep()
770 int ScrollableArea::PageStep(ScrollbarOrientation orientation) const { in PageStep()
786 int ScrollableArea::DocumentStep(ScrollbarOrientation orientation) const { in DocumentStep()
790 float ScrollableArea::PixelStep(ScrollbarOrientation) const { in PixelStep()
796 (orientation == ScrollbarOrientation::kHorizontalScrollbar) in PercentageStep()
837 ScrollbarOrientation orientation) { in GetScrollbarElementId()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dscrollbar_controller.cc120 scrollbar->orientation() == ScrollbarOrientation::HORIZONTAL in HandlePointerDown()
194 orientation == ScrollbarOrientation::VERTICAL in SnapToDragOrigin()
198 orientation == ScrollbarOrientation::VERTICAL in SnapToDragOrigin()
236 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollDeltaForAbsoluteJump()
249 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollDeltaForAbsoluteJump()
269 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollDeltaForDragPosition()
315 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in HandlePointerMove()
436 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollerToScrollbarRatio()
458 ScrollbarOrientation orientation) { in DidUnregisterScrollbar()
581 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in StartAutoScrollAnimation()
[all …]
H A Dscrollbar_animation_controller.cc81 scroll_element_id, ScrollbarOrientation::VERTICAL, client, in ScrollbarAnimationController()
84 scroll_element_id, ScrollbarOrientation::HORIZONTAL, client, in ScrollbarAnimationController()
96 ScrollbarOrientation orientation) const { in GetScrollbarAnimationController()
98 if (orientation == ScrollbarOrientation::VERTICAL) in GetScrollbarAnimationController()
323 ScrollbarOrientation orientation) const { in MouseIsOverScrollbarThumb()
330 ScrollbarOrientation orientation) const { in MouseIsNearScrollbarThumb()
337 ScrollbarOrientation orientation) const { in MouseIsNearScrollbar()
355 return GetScrollbarAnimationController(ScrollbarOrientation::VERTICAL) in Captured()
357 GetScrollbarAnimationController(ScrollbarOrientation::HORIZONTAL) in Captured()
H A Dscrollbar_animation_controller.h87 bool MouseIsOverScrollbarThumb(ScrollbarOrientation orientation) const;
88 bool MouseIsNearScrollbarThumb(ScrollbarOrientation orientation) const;
89 bool MouseIsNearScrollbar(ScrollbarOrientation orientation) const;
114 ScrollbarOrientation) const;
H A Dsingle_scrollbar_animation_controller_thinning.h29 ScrollbarOrientation orientation,
66 ScrollbarOrientation orientation,
93 ScrollbarOrientation orientation_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dscrollbar_controller.cc159 const ScrollbarOrientation orientation = scrollbar->orientation(); in SnapToDragOrigin()
169 int track_thickness = orientation == ScrollbarOrientation::VERTICAL in SnapToDragOrigin()
188 orientation == ScrollbarOrientation::VERTICAL in SnapToDragOrigin()
192 orientation == ScrollbarOrientation::VERTICAL in SnapToDragOrigin()
230 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollDeltaForAbsoluteJump()
243 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollDeltaForAbsoluteJump()
294 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollOffsetForDragPosition()
310 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollOffsetForDragPosition()
420 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in GetScrollerToScrollbarRatio()
520 scrollbar->orientation() == ScrollbarOrientation::VERTICAL in InitialDeltaToAutoscrollVelocity()
[all …]
H A Dscrollbar_animation_controller.cc84 scroll_element_id, ScrollbarOrientation::VERTICAL, client, in ScrollbarAnimationController()
87 scroll_element_id, ScrollbarOrientation::HORIZONTAL, client, in ScrollbarAnimationController()
99 ScrollbarOrientation orientation) const { in GetScrollbarAnimationController()
101 if (orientation == ScrollbarOrientation::VERTICAL) in GetScrollbarAnimationController()
352 ScrollbarOrientation orientation) const { in MouseIsOverScrollbarThumb()
359 ScrollbarOrientation orientation) const { in MouseIsNearScrollbarThumb()
366 ScrollbarOrientation orientation) const { in MouseIsNearScrollbar()
H A Dscrollbar_animation_controller.h90 bool MouseIsOverScrollbarThumb(ScrollbarOrientation orientation) const;
91 bool MouseIsNearScrollbarThumb(ScrollbarOrientation orientation) const;
92 bool MouseIsNearScrollbar(ScrollbarOrientation orientation) const;
117 ScrollbarOrientation) const;
H A Dsingle_scrollbar_animation_controller_thinning.h29 ScrollbarOrientation orientation,
66 ScrollbarOrientation orientation,
94 ScrollbarOrientation orientation_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/scrolling/
H A Dscrolling_coordinator.h95 ScrollbarOrientation,
122 ScrollbarOrientation);
166 ScrollbarOrientation,
169 ScrollbarOrientation);
170 void RemoveScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dscrollbar_layer_base.h18 ScrollbarOrientation orientation() const { return orientation_; } in orientation()
33 ScrollbarLayerBase(ScrollbarOrientation orientation,
38 const ScrollbarOrientation orientation_;
H A Dscrollbar_layer_impl_base.h44 ScrollbarOrientation orientation() const { return orientation_; } in orientation()
91 ScrollbarOrientation orientation,
112 ScrollbarOrientation orientation_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/scrolling/
H A Dscrolling_coordinator.h101 ScrollbarOrientation);
136 ScrollbarOrientation,
139 ScrollbarOrientation);
140 void RemoveScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dsolid_color_scrollbar_layer_impl.cc18 ScrollbarOrientation orientation, in Create()
39 ScrollbarOrientation orientation, in SolidColorScrollbarLayerImpl()
61 if (orientation() == ScrollbarOrientation::HORIZONTAL) in ThumbThickness()
76 if (orientation() == ScrollbarOrientation::HORIZONTAL) in TrackLength()
H A Dscrollbar_layer_base.h22 ScrollbarOrientation orientation() const { return orientation_; } in orientation()
37 ScrollbarLayerBase(ScrollbarOrientation orientation,
44 const ScrollbarOrientation orientation_;
H A Dpainted_scrollbar_layer_impl.cc24 ScrollbarOrientation orientation, in Create()
34 ScrollbarOrientation orientation, in PaintedScrollbarLayerImpl()
213 return orientation() == ScrollbarOrientation::VERTICAL ? track_rect_.y() in TrackStart()
244 if (orientation() == ScrollbarOrientation::HORIZONTAL) { in BackTrackRect()
258 if (orientation() == ScrollbarOrientation::HORIZONTAL) { in ForwardTrackRect()
281 if (orientation() == ScrollbarOrientation::VERTICAL) in TrackLength()
H A Dsolid_color_scrollbar_layer.cc26 scrollbar->Orientation() == ScrollbarOrientation::HORIZONTAL; in CreateOrReuse()
49 ScrollbarOrientation orientation, in Create()
59 ScrollbarOrientation orientation, in SolidColorScrollbarLayer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dfake_scrollbar.h23 ScrollbarOrientation Orientation() const override;
47 void set_orientation(ScrollbarOrientation o) { orientation_ = o; } in set_orientation()
75 ScrollbarOrientation orientation_ = ScrollbarOrientation::HORIZONTAL;
/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.h171 Scrollbar* CreateScrollbar(ScrollbarOrientation);
172 void DestroyScrollbar(ScrollbarOrientation);
295 void SetScrollbarNeedsPaintInvalidation(ScrollbarOrientation) override;
307 int ScrollSize(ScrollbarOrientation) const override; in ScrollSize() argument
344 bool UserInputScrollable(ScrollbarOrientation) const override;
346 int PageStep(ScrollbarOrientation) const override;
549 int HypotheticalScrollbarThickness(ScrollbarOrientation) const;
551 void DidAddScrollbar(Scrollbar&, ScrollbarOrientation) override;
552 void WillRemoveScrollbar(Scrollbar&, ScrollbarOrientation) override;
560 ScrollbarOrientation,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dpaint_layer_scrollable_area.h172 Scrollbar* CreateScrollbar(ScrollbarOrientation);
173 void DestroyScrollbar(ScrollbarOrientation);
299 void SetScrollbarNeedsPaintInvalidation(ScrollbarOrientation) override;
312 int ScrollSize(ScrollbarOrientation) const override; in ScrollSize() argument
349 bool UserInputScrollable(ScrollbarOrientation) const override;
351 int PageStep(ScrollbarOrientation) const override;
558 ScrollbarOrientation,
561 void DidAddScrollbar(Scrollbar&, ScrollbarOrientation) override;
562 void WillRemoveScrollbar(Scrollbar&, ScrollbarOrientation) override;
567 ScrollbarOrientation,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DScrollbar.h46 …static PassRefPtr<Scrollbar> createNativeScrollbar(ScrollableArea*, ScrollbarOrientation orientati…
61 ScrollbarOrientation orientation() const { return m_orientation; } in orientation()
130 Scrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize, ScrollbarTheme* = 0);
146 ScrollbarOrientation m_orientation;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dwebthemeengine_impl_mac.cc65 ui::NativeTheme::ScrollbarOrientation::kVerticalOnRight; in PaintMacScrollBarParts()
69 ui::NativeTheme::ScrollbarOrientation::kVerticalOnLeft; in PaintMacScrollBarParts()
73 ui::NativeTheme::ScrollbarOrientation::kHorizontal; in PaintMacScrollBarParts()

1234567