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

/external/webkit/Source/WebCore/page/animation/
H A DAnimationController.h69 void suspendAnimationsForDocument(Document*);
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);
H A DAnimationControllerPrivate.h75 void suspendAnimationsForDocument(Document*);
/external/webkit/Source/WebCore/page/
H A DFrame.cpp660 view->frame()->animation()->suspendAnimationsForDocument(document);

Completed in 101 milliseconds