Home
last modified time | relevance | path

Searched refs:compositorPendingAnimations (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DDocumentAnimations.cpp91 if (document.compositorPendingAnimations().update()) { in startPendingAnimations()
DAnimationTimelineTest.cpp112 document->compositorPendingAnimations().update(false); in updateClockAndService()
DAnimationPlayer.cpp58 timeline.document()->compositorPendingAnimations().add(player.get()); in create()
612 timeline()->document()->compositorPendingAnimations().add(this); in setCompositorPending()
DAnimationStackTest.cpp125 document->compositorPendingAnimations().update(); in TEST_F()
DAnimationPlayerTest.cpp81 document->compositorPendingAnimations().update(false); in simulateFrame()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h991 …CompositorPendingAnimations& compositorPendingAnimations() { return m_compositorPendingAnimations;… in compositorPendingAnimations() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp2259 …renderer()->node()->document().compositorPendingAnimations().notifyCompositorAnimationStarted(mono… in notifyAnimationStarted()