HomeSort by relevance Sort by last modified time
    Searched refs:suspendAnimationsForDocument (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/page/animation/
AnimationController.h 69 void suspendAnimationsForDocument(Document*);
AnimationControllerPrivate.h 75 void suspendAnimationsForDocument(Document*);
AnimationController.cpp 232 suspendAnimationsForDocument(m_frame->document());
248 void AnimationControllerPrivate::suspendAnimationsForDocument(Document* document)
558 void AnimationController::suspendAnimationsForDocument(Document* document)
560 m_data->suspendAnimationsForDocument(document);
  /external/webkit/Source/WebCore/page/
Frame.cpp 664 view->frame()->animation()->suspendAnimationsForDocument(document);
    [all...]

Completed in 663 milliseconds