Home
last modified time | relevance | path

Searched defs:ScrollGranularity (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/types/
H A Dscroll_types.h10 enum class ScrollGranularity : uint8_t { enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/types/
H A Dscroll_types.h10 enum class ScrollGranularity : uint8_t { enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscroll_animator_base.cc52 ScrollGranularity, in UserScroll() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscroll_animator_base.cc52 ScrollGranularity, in UserScroll() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DScrollAnimator.cpp62 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float … in scroll() argument
H A DScrollTypes.h104 enum ScrollGranularity { enum
H A DScrollView.cpp1336 bool ScrollView::platformScroll(ScrollDirection, ScrollGranularity) in wheelEvent() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/input/
H A Dinput_handler_proxy_unittest.cc1949 using ScrollGranularity = ui::ScrollGranularity; typedef in blink::test::UnifiedScrollingInputHandlerProxyTest