Searched defs:suspendAnimationsForDocument (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
H A DAnimationController.cpp232 suspendAnimationsForDocument(m_frame->document());
248 void AnimationControllerPrivate::suspendAnimationsForDocument(Document* document) function in class:WebCore::AnimationControllerPrivate
558 void AnimationController::suspendAnimationsForDocument(Document* document) function in class:WebCore::AnimationController
560 m_data->suspendAnimationsForDocument(document);

Completed in 65 milliseconds