Home
last modified time | relevance | path

Searched refs:ScrollType (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dsmooth_scroll_sequencer.cc29 scroll_type_ = mojom::blink::ScrollType::kProgrammatic; in RunQueuedAnimations()
36 mojom::blink::ScrollType::kSequenced, in RunQueuedAnimations()
46 scroll_type_ = mojom::blink::ScrollType::kProgrammatic; in AbortAnimations()
50 mojom::blink::ScrollType incoming_type) { in FilterNewScrollOrAbortCurrent()
53 if (incoming_type == mojom::blink::ScrollType::kSequenced || in FilterNewScrollOrAbortCurrent()
54 incoming_type == mojom::blink::ScrollType::kClamping || in FilterNewScrollOrAbortCurrent()
55 incoming_type == mojom::blink::ScrollType::kAnchoring) in FilterNewScrollOrAbortCurrent()
60 if (scroll_type_ == mojom::blink::ScrollType::kUser && in FilterNewScrollOrAbortCurrent()
61 incoming_type != mojom::blink::ScrollType::kUser) in FilterNewScrollOrAbortCurrent()
H A Dscrollbar_theme_overlay_test.cc62 mojom::blink::ScrollType::kUser); in TEST_F()
63 vertical_scrollbar->OffsetDidChange(mojom::blink::ScrollType::kUser); in TEST_F()
64 horizontal_scrollbar->OffsetDidChange(mojom::blink::ScrollType::kUser); in TEST_F()
76 mojom::blink::ScrollType::kUser); in TEST_F()
77 horizontal_scrollbar->OffsetDidChange(mojom::blink::ScrollType::kUser); in TEST_F()
78 vertical_scrollbar->OffsetDidChange(mojom::blink::ScrollType::kUser); in TEST_F()
H A Dsmooth_scroll_sequencer.h46 : scroll_type_(mojom::blink::ScrollType::kProgrammatic) {} in SmoothScrollSequencer()
47 void SetScrollType(mojom::blink::ScrollType type) { scroll_type_ = type; } in SetScrollType()
62 bool FilterNewScrollOrAbortCurrent(mojom::blink::ScrollType incoming_type);
71 mojom::blink::ScrollType scroll_type_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dsmooth_scroll_sequencer.cc29 scroll_type_ = mojom::blink::ScrollType::kProgrammatic; in RunQueuedAnimations()
36 mojom::blink::ScrollType::kSequenced, in RunQueuedAnimations()
46 scroll_type_ = mojom::blink::ScrollType::kProgrammatic; in AbortAnimations()
50 mojom::blink::ScrollType incoming_type) { in FilterNewScrollOrAbortCurrent()
53 if (incoming_type == mojom::blink::ScrollType::kSequenced || in FilterNewScrollOrAbortCurrent()
54 incoming_type == mojom::blink::ScrollType::kClamping || in FilterNewScrollOrAbortCurrent()
55 incoming_type == mojom::blink::ScrollType::kAnchoring) in FilterNewScrollOrAbortCurrent()
60 if (scroll_type_ == mojom::blink::ScrollType::kUser && in FilterNewScrollOrAbortCurrent()
61 incoming_type != mojom::blink::ScrollType::kUser) in FilterNewScrollOrAbortCurrent()
H A Dscrollbar_theme_overlay_test.cc62 mojom::blink::ScrollType::kUser); in TEST_F()
63 vertical_scrollbar->OffsetDidChange(mojom::blink::ScrollType::kUser); in TEST_F()
64 horizontal_scrollbar->OffsetDidChange(mojom::blink::ScrollType::kUser); in TEST_F()
76 mojom::blink::ScrollType::kUser); in TEST_F()
77 horizontal_scrollbar->OffsetDidChange(mojom::blink::ScrollType::kUser); in TEST_F()
78 vertical_scrollbar->OffsetDidChange(mojom::blink::ScrollType::kUser); in TEST_F()
H A Dsmooth_scroll_sequencer.h46 : scroll_type_(mojom::blink::ScrollType::kProgrammatic) {} in SmoothScrollSequencer()
47 void SetScrollType(mojom::blink::ScrollType type) { scroll_type_ = type; } in SetScrollType()
62 bool FilterNewScrollOrAbortCurrent(mojom::blink::ScrollType incoming_type);
71 mojom::blink::ScrollType scroll_type_;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dslider.cxx539 case ScrollType::LineUp: in ImplDoAction()
543 case ScrollType::LineDown: in ImplDoAction()
547 case ScrollType::PageUp: in ImplDoAction()
551 case ScrollType::PageDown: in ImplDoAction()
555 case ScrollType::Set: in ImplDoAction()
572 case ScrollType::Set: in ImplDoMouseAction()
586 case ScrollType::PageUp: in ImplDoMouseAction()
596 case ScrollType::PageDown: in ImplDoMouseAction()
628 meScrollType = ScrollType::Drag; in ImplDoSlide()
630 meScrollType = ScrollType::DontKnow; in ImplDoSlide()
[all …]
H A Dscrbar.cxx696 case ScrollType::LineUp: in ImplDoAction()
700 case ScrollType::LineDown: in ImplDoAction()
704 case ScrollType::PageUp: in ImplDoAction()
708 case ScrollType::PageDown: in ImplDoAction()
730 case ScrollType::LineUp: in ImplDoMouseAction()
743 case ScrollType::LineDown: in ImplDoMouseAction()
756 case ScrollType::PageUp: in ImplDoMouseAction()
770 case ScrollType::PageDown: in ImplDoMouseAction()
1310 meScrollType = ScrollType::Drag; in DoScroll()
1312 meScrollType = ScrollType::DontKnow; in DoScroll()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dscroll_timeline_test.cc160 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
169 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
176 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
183 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
191 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
229 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
238 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
245 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
283 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
290 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
[all …]
/dports/accessibility/py-atspi/pyatspi-2.38.1/pyatspi/
H A Dcomponent.py87 class ScrollType(AtspiEnum): class
98 SCROLL_ANYWHERE = ScrollType(6)
99 SCROLL_BOTTOM_EDGE = ScrollType(3)
100 SCROLL_BOTTOM_RIGHT = ScrollType(1)
101 SCROLL_LEFT_EDGE = ScrollType(4)
102 SCROLL_RIGHT_EDGE = ScrollType(5)
103 SCROLL_TOP_EDGE = ScrollType(2)
104 SCROLL_TOP_LEFT = ScrollType(0)
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Dscroll_offset_animation_curve_factory.cc14 ScrollOffsetAnimationCurveFactory::ScrollType scroll_type) { in GetDurationBehaviorFromScrollType()
16 case ScrollOffsetAnimationCurveFactory::ScrollType::kProgrammatic: in GetDurationBehaviorFromScrollType()
18 case ScrollOffsetAnimationCurveFactory::ScrollType::kKeyboard: in GetDurationBehaviorFromScrollType()
20 case ScrollOffsetAnimationCurveFactory::ScrollType::kMouseWheel: in GetDurationBehaviorFromScrollType()
22 case ScrollOffsetAnimationCurveFactory::ScrollType::kAutoScroll: in GetDurationBehaviorFromScrollType()
33 ScrollType scroll_type) { in CreateAnimation()
34 if (scroll_type == ScrollType::kAutoScroll) in CreateAnimation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Dscroll_offset_animation_curve_factory.cc14 ScrollOffsetAnimationCurveFactory::ScrollType scroll_type) { in GetDurationBehaviorFromScrollType()
16 case ScrollOffsetAnimationCurveFactory::ScrollType::kProgrammatic: in GetDurationBehaviorFromScrollType()
18 case ScrollOffsetAnimationCurveFactory::ScrollType::kKeyboard: in GetDurationBehaviorFromScrollType()
20 case ScrollOffsetAnimationCurveFactory::ScrollType::kMouseWheel: in GetDurationBehaviorFromScrollType()
22 case ScrollOffsetAnimationCurveFactory::ScrollType::kAutoScroll: in GetDurationBehaviorFromScrollType()
33 ScrollType scroll_type) { in CreateAnimation()
34 if (scroll_type == ScrollType::kAutoScroll) in CreateAnimation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Droot_frame_viewport_test.cc94 mojom::blink::ScrollType) override { in UpdateScrollOffset() argument
235 ScrollOffset(), mojom::blink::ScrollType::kProgrammatic, in TEST_F()
337 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
346 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
355 ScrollOffset(), mojom::blink::ScrollType::kProgrammatic, in TEST_F()
362 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
371 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
393 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
403 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
413 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Droot_frame_viewport_test.cc94 mojom::blink::ScrollType) override { in UpdateScrollOffset() argument
235 ScrollOffset(), mojom::blink::ScrollType::kProgrammatic, in TEST_F()
337 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
346 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
355 ScrollOffset(), mojom::blink::ScrollType::kProgrammatic, in TEST_F()
362 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
371 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
393 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
403 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
413 mojom::blink::ScrollType::kProgrammatic, true, in TEST_F()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dslider.cxx55 meScrollType = ScrollType::DontKnow; in ImplInit()
516 case ScrollType::LineUp: in ImplDoAction()
520 case ScrollType::LineDown: in ImplDoAction()
524 case ScrollType::PageUp: in ImplDoAction()
528 case ScrollType::PageDown: in ImplDoAction()
546 case ScrollType::PageUp: in ImplDoMouseAction()
556 case ScrollType::PageDown: in ImplDoMouseAction()
587 meScrollType = ScrollType::Drag; in ImplDoSlide()
589 meScrollType = ScrollType::DontKnow; in ImplDoSlide()
601 meScrollType = ScrollType::DontKnow; in ImplDoSlideAction()
[all …]
H A Dscrbar.cxx696 case ScrollType::LineUp: in ImplDoAction()
700 case ScrollType::LineDown: in ImplDoAction()
704 case ScrollType::PageUp: in ImplDoAction()
708 case ScrollType::PageDown: in ImplDoAction()
730 case ScrollType::LineUp: in ImplDoMouseAction()
743 case ScrollType::LineDown: in ImplDoMouseAction()
756 case ScrollType::PageUp: in ImplDoMouseAction()
770 case ScrollType::PageDown: in ImplDoMouseAction()
1309 meScrollType = ScrollType::Drag; in DoScroll()
1311 meScrollType = ScrollType::DontKnow; in DoScroll()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dscroll_timeline_test.cc120 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
131 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
140 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
149 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
158 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
197 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
208 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
217 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
256 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
263 mojom::blink::ScrollType::kProgrammatic); in TEST_F()
[all …]
/dports/devel/gitui/gitui-0.10.1/src/components/
H A Dcommitlist.rs5 ScrollType,
131 ScrollType::Up => {
134 ScrollType::Down => {
137 ScrollType::PageUp => {
140 ScrollType::PageDown => { in lbm_stream_init()
143 ScrollType::Home => 0,
144 ScrollType::End => self.selection_max(), in lbm_istream_stream_build_key()
339 self.move_selection(ScrollType::Up)? in lbm_stream_order_dstream_key()
341 self.move_selection(ScrollType::Down)? in lbm_stream_order_dstream_key()
345 self.move_selection(ScrollType::Home)? in lbm_stream_order_dstream_key()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/api/host/logging/
H A DScrollType.java10 @IntDef({ScrollType.UNKNOWN, ScrollType.STREAM_SCROLL, ScrollType.NEXT_VALUE})
11 public @interface ScrollType { annotation
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/sharedstream/scroll/
H A DScrollLoggerTest.java18 import org.chromium.chrome.browser.feed.library.api.host.logging.ScrollType;
38 mScrollLogger.handleScroll(ScrollType.STREAM_SCROLL, scrollAmount); in testLogsScroll()
39 verify(mBasicLoggingApi).onScroll(ScrollType.STREAM_SCROLL, scrollAmount); in testLogsScroll()
45 mScrollLogger.handleScroll(ScrollType.STREAM_SCROLL, scrollAmount); in testLogsNoScroll_tooSmall()
46 verify(mBasicLoggingApi, never()).onScroll(ScrollType.STREAM_SCROLL, scrollAmount); in testLogsNoScroll_tooSmall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/
H A DUrlBarMediatorUnitTest.java79 dataWithDifferentDisplay, UrlBar.ScrollType.SCROLL_TO_TLD, 4)); in setUrlData_SendsUpdates()
81 dataWithDifferentEditing, UrlBar.ScrollType.SCROLL_TO_TLD, 4)); in setUrlData_SendsUpdates()
83 dataWithDifferentEditing, UrlBar.ScrollType.SCROLL_TO_BEGINNING, 4)); in setUrlData_SendsUpdates()
96 Assert.assertTrue(mMediator.setUrlBarData(data1, UrlBar.ScrollType.SCROLL_TO_TLD, 4)); in setUrlData_PreventsDuplicateUpdates()
103 Assert.assertFalse(mMediator.setUrlBarData(data1, UrlBar.ScrollType.SCROLL_TO_TLD, 4)); in setUrlData_PreventsDuplicateUpdates()
104 Assert.assertFalse(mMediator.setUrlBarData(data2, UrlBar.ScrollType.SCROLL_TO_TLD, 4)); in setUrlData_PreventsDuplicateUpdates()
114 Assert.assertTrue(mMediator.setUrlBarData(data, UrlBar.ScrollType.SCROLL_TO_TLD, in setUrlData_ScrollStateForDataUrl()
118 Assert.assertEquals(UrlBar.ScrollType.SCROLL_TO_BEGINNING, in setUrlData_ScrollStateForDataUrl()
127 Assert.assertTrue(mMediator.setUrlBarData(data, UrlBar.ScrollType.SCROLL_TO_TLD, in setUrlData_ScrollStateForAboutUrl()
131 Assert.assertEquals(UrlBar.ScrollType.SCROLL_TO_BEGINNING, in setUrlData_ScrollStateForAboutUrl()
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Drange.cc132 using SlotType = sigc::slot< void,ScrollType >; in Range_signal_move_slider_callback()
141 (*static_cast<SlotType*>(slot))(((ScrollType)(p0)) in Range_signal_move_slider_callback()
162 using SlotType = sigc::slot< bool,ScrollType,double >; in Range_signal_change_value_callback()
188 using SlotType = sigc::slot< void,ScrollType,double >; in Range_signal_change_value_notify_callback()
197 (*static_cast<SlotType*>(slot))(((ScrollType)(p0)) in Range_signal_change_value_notify_callback()
365 obj->on_move_slider(((ScrollType)(p0)) in move_slider_callback()
402 return static_cast<int>(obj->on_change_value(((ScrollType)(p0)) in change_value_callback()
651 Glib::SignalProxy< void,ScrollType > Range::signal_move_slider() in signal_move_slider()
657 Glib::SignalProxy< bool,ScrollType,double > Range::signal_change_value() in signal_change_value()
778 void Gtk::Range::on_move_slider(ScrollType scroll) in on_move_slider()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/metrics/
H A Devent_metrics.cc58 EventMetrics::ScrollType metrics_scroll_type;
63 { EventMetrics::ScrollType::k##name, ui_type, #name }
71 static_cast<int>(EventMetrics::ScrollType::kMaxValue) + 1,
90 base::Optional<EventMetrics::ScrollType> ToScrollType( in ToScrollType()
97 EventMetrics::ScrollType metrics_scroll_type = in ToScrollType()
98 static_cast<EventMetrics::ScrollType>(i); in ToScrollType()
128 base::Optional<ScrollType> scroll_type) in EventMetrics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/source/standard/
H A Dvclxaccessiblescrollbar.cxx129 ScrollType eScrollType; in doAccessibleAction()
132 case 0: eScrollType = ScrollType::LineUp; break; in doAccessibleAction()
133 case 1: eScrollType = ScrollType::LineDown; break; in doAccessibleAction()
134 case 2: eScrollType = ScrollType::PageUp; break; in doAccessibleAction()
135 case 3: eScrollType = ScrollType::PageDown; break; in doAccessibleAction()
136 default: eScrollType = ScrollType::DontKnow; break; in doAccessibleAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/source/standard/
H A Dvclxaccessiblescrollbar.cxx129 ScrollType eScrollType; in doAccessibleAction()
132 case 0: eScrollType = ScrollType::LineUp; break; in doAccessibleAction()
133 case 1: eScrollType = ScrollType::LineDown; break; in doAccessibleAction()
134 case 2: eScrollType = ScrollType::PageUp; break; in doAccessibleAction()
135 case 3: eScrollType = ScrollType::PageDown; break; in doAccessibleAction()
136 default: eScrollType = ScrollType::DontKnow; break; in doAccessibleAction()

12345678910>>...23