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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.h 70 void suspendAnimationsForDocument(Document*);
AnimationControllerPrivate.h 81 void suspendAnimationsForDocument(Document*);
AnimationController.cpp 289 suspendAnimationsForDocument(m_frame->document());
305 void AnimationControllerPrivate::suspendAnimationsForDocument(Document* document)
584 void AnimationController::suspendAnimationsForDocument(Document* document)
586 m_data->suspendAnimationsForDocument(document);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.cpp 327 view->frame()->animation()->suspendAnimationsForDocument(document);

Completed in 72 milliseconds