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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentAnimations.h 48 static void startPendingAnimations(Document&);
CompositorPendingAnimations.h 52 bool startPendingAnimations();
DocumentAnimations.cpp 87 void DocumentAnimations::startPendingAnimations(Document& document)
90 if (document.compositorPendingAnimations().startPendingAnimations()) {
CompositorPendingAnimations.cpp 52 bool CompositorPendingAnimations::startPendingAnimations()
AnimationStackTest.cpp 125 document->compositorPendingAnimations().startPendingAnimations();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 205 DocumentAnimations::startPendingAnimations(m_renderView.document());
    [all...]

Completed in 93 milliseconds