Home
last modified time | relevance | path

Searched refs:ScrollAnimationAbort (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Dscroll_offset_animations_impl.cc180 ScrollAnimationAbort(/* needs_completion */ false); in ScrollAnimationApplyAdjustment()
188 void ScrollOffsetAnimationsImpl::ScrollAnimationAbort(bool needs_completion) { in ScrollAnimationAbort() function in cc::ScrollOffsetAnimationsImpl
H A Dscroll_offset_animations.cc62 animations->ScrollAnimationAbort(true /*needs_completion*/); in PushPropertiesTo()
H A Dscroll_offset_animations_impl.h60 void ScrollAnimationAbort(bool needs_completion);
H A Danimation_host.h188 void ScrollAnimationAbort() override;
H A Danimation_host.cc713 void AnimationHost::ScrollAnimationAbort() { in ScrollAnimationAbort() function in cc::AnimationHost
715 scroll_offset_animations_impl_->ScrollAnimationAbort( in ScrollAnimationAbort()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Dscroll_offset_animations_impl.cc180 ScrollAnimationAbort(/* needs_completion */ false); in ScrollAnimationApplyAdjustment()
188 void ScrollOffsetAnimationsImpl::ScrollAnimationAbort(bool needs_completion) { in ScrollAnimationAbort() function in cc::ScrollOffsetAnimationsImpl
H A Dscroll_offset_animations.cc62 animations->ScrollAnimationAbort(true /*needs_completion*/); in PushPropertiesTo()
H A Dscroll_offset_animations_impl.h60 void ScrollAnimationAbort(bool needs_completion);
H A Danimation_host.h188 void ScrollAnimationAbort() override;
H A Danimation_host.cc683 void AnimationHost::ScrollAnimationAbort() { in ScrollAnimationAbort() function in cc::AnimationHost
685 scroll_offset_animations_impl_->ScrollAnimationAbort( in ScrollAnimationAbort()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dscrollbar_controller.cc481 layer_tree_host_impl_->mutator_host()->ScrollAnimationAbort(); in RecomputeAutoscrollStateIfNeeded()
492 layer_tree_host_impl_->mutator_host()->ScrollAnimationAbort(); in RecomputeAutoscrollStateIfNeeded()
505 layer_tree_host_impl_->mutator_host()->ScrollAnimationAbort(); in RecomputeAutoscrollStateIfNeeded()
585 layer_tree_host_impl_->mutator_host()->ScrollAnimationAbort(); in HandlePointerUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dscrollbar_controller.cc504 layer_tree_host_impl_->mutator_host()->ScrollAnimationAbort(); in RecomputeAutoscrollStateIfNeeded()
515 layer_tree_host_impl_->mutator_host()->ScrollAnimationAbort(); in RecomputeAutoscrollStateIfNeeded()
528 layer_tree_host_impl_->mutator_host()->ScrollAnimationAbort(); in RecomputeAutoscrollStateIfNeeded()
610 layer_tree_host_impl_->mutator_host()->ScrollAnimationAbort(); in HandlePointerUp()
H A Dthreaded_input_handler.cc103 ->ScrollAnimationAbort(); in ScrollBegin()
1886 ->ScrollAnimationAbort(); in DidLatchToScroller()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dmock_mutator_host.h98 MOCK_METHOD0(ScrollAnimationAbort, void());
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dmutator_host.h156 virtual void ScrollAnimationAbort() = 0;
H A Dlayer_tree_host_impl.cc3877 mutator_host_->ScrollAnimationAbort(); in ScrollBegin()
4502 mutator_host_->ScrollAnimationAbort(); in DidLatchToScroller()
H A Dlayer_tree_host_impl_unittest.cc4215 GetImplAnimationHost()->ScrollAnimationAbort(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dmutator_host.h157 virtual void ScrollAnimationAbort() = 0;
H A Dlayer_tree_host_impl_unittest.cc4868 GetImplAnimationHost()->ScrollAnimationAbort(); in TEST_P()