Searched refs:cancelAnimations (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
H A DAnimationController.h52 void cancelAnimations(RenderObject*);
H A DAnimationController.cpp465 void AnimationController::cancelAnimations(RenderObject* renderer) function in class:WebCore::AnimationController
/external/webkit/Source/WebCore/platform/
H A DScrollAnimator.h71 virtual void cancelAnimations() { } function in class:WebCore::ScrollAnimator
/external/webkit/Source/WebCore/platform/mac/
H A DScrollAnimatorMac.h69 virtual void cancelAnimations();
H A DScrollAnimatorMac.mm354 - (void)cancelAnimations;
369 - (void)cancelAnimations
746 void ScrollAnimatorMac::cancelAnimations()
753 [m_scrollbarPainterDelegate.get() cancelAnimations];
/external/webkit/Source/WebCore/rendering/
H A DRenderWidget.cpp118 animation()->cancelAnimations(this);
H A DRenderObject.cpp2086 animation()->cancelAnimations(this);
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp2015 m_frame->view()->scrollAnimator()->cancelAnimations();

Completed in 149 milliseconds