Home
last modified time | relevance | path

Searched refs:cancelAnimations (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationController.h52 void cancelAnimations(RenderObject*);
DAnimationController.cpp465 void AnimationController::cancelAnimations(RenderObject* renderer) in cancelAnimations() function in WebCore::AnimationController
/external/webkit/Source/WebCore/platform/
DScrollAnimator.h71 virtual void cancelAnimations() { } in cancelAnimations() function
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.h69 virtual void cancelAnimations();
DScrollAnimatorMac.mm354 - (void)cancelAnimations; method
369 - (void)cancelAnimations
746 void ScrollAnimatorMac::cancelAnimations()
753 [m_scrollbarPainterDelegate.get() cancelAnimations];
/external/webkit/Source/WebCore/rendering/
DRenderWidget.cpp118 animation()->cancelAnimations(this); in destroy()
DRenderObject.cpp2092 animation()->cancelAnimations(this); in destroy()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp2015 m_frame->view()->scrollAnimator()->cancelAnimations(); in transitionToCommitted()
/external/webkit/Source/WebCore/
DChangeLog44829 (WebCore::ScrollAnimatorMac::cancelAnimations):
44874 Tell the ScrollAnimator to cancelAnimations() since we are navigating to a new
44896 New virtual function cancelAnimations() is only needed on the Mac, so the base
44899 (WebCore::ScrollAnimator::cancelAnimations):
44912 (-[ScrollbarPainterDelegate cancelAnimations]):
44919 (WebCore::ScrollAnimatorMac::cancelAnimations):
DChangeLog-2009-06-1622418 (WebCore::AnimationController::cancelAnimations):
38735 (WebCore::AnimationController::cancelAnimations):
DChangeLog-2010-01-2965125 (WebCore::AnimationController::cancelAnimations):