Home
last modified time | relevance | path

Searched defs:ScrollOffset (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/geometry/
H A Dscroll_offset.h23 ScrollOffset() : x_(0), y_(0) {} in ScrollOffset() function
24 ScrollOffset(float x, float y) : x_(x), y_(y) {} in ScrollOffset() function
25 explicit ScrollOffset(const Vector2dF& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
26 explicit ScrollOffset(const Vector2d& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/geometry/
H A Dscroll_offset.h23 ScrollOffset() : x_(0), y_(0) {} in ScrollOffset() function
24 ScrollOffset(float x, float y) : x_(x), y_(y) {} in ScrollOffset() function
25 explicit ScrollOffset(const Vector2dF& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
26 explicit ScrollOffset(const Vector2d& v) : x_(v.x()), y_(v.y()) {} in ScrollOffset() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dbrowser_controls_offset_manager_client.h9 class ScrollOffset; variable
H A Dscroll_elasticity_helper.cc68 gfx::ScrollOffset ScrollElasticityHelperImpl::ScrollOffset() const { in ScrollOffset() function in cc::ScrollElasticityHelperImpl
H A Dthreaded_input_handler.h28 class ScrollOffset; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Danimation_test_common.h17 class ScrollOffset; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/input/
H A Dsynchronous_input_handler_proxy.h12 class ScrollOffset; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/blink/
H A Dsynchronous_input_handler_proxy.h12 class ScrollOffset; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Danimation_target.h12 class ScrollOffset; variable
H A Danimation_host.h23 class ScrollOffset; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Danimation_target.h12 class ScrollOffset; variable
H A Danimation_host.h23 class ScrollOffset; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dmutator_host.h19 class ScrollOffset; variable
H A Dmutator_host_client.h15 class ScrollOffset; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/ipc/geometry/
H A Dgfx_param_traits.h20 class ScrollOffset; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/ipc/geometry/
H A Dgfx_param_traits.h20 class ScrollOffset; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dmutator_host_client.h15 class ScrollOffset; variable
H A Dmutator_host.h20 class ScrollOffset; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dscroll_elasticity_helper.cc61 gfx::ScrollOffset ScrollElasticityHelperImpl::ScrollOffset() const { in ScrollOffset() function in cc::ScrollElasticityHelperImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/android/
H A Dsynchronous_compositor.h27 class ScrollOffset; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/android/
H A Dsynchronous_compositor.h27 class ScrollOffset; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscroll_animator_base.h114 virtual void NotifyContentAreaScrolled(const ScrollOffset&, in NotifyContentAreaScrolled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscroll_animator_base.h114 virtual void NotifyContentAreaScrolled(const ScrollOffset&, in NotifyContentAreaScrolled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/compositing/
H A Dproperty_tree_manager.h29 class ScrollOffset; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/compositing/
H A Dproperty_tree_manager.h29 class ScrollOffset; variable

123