Searched refs:notifyAnimationStarted (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCompositorAnimationDelegate.h19 virtual void notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) = 0;
/external/chromium_org/cc/blink/
H A Dweb_to_cc_animation_delegate_adapter.cc18 delegate_->notifyAnimationStarted(
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerClient.h64 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) = 0;
H A DImageLayerChromiumTest.cpp40 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
H A DGraphicsLayerTest.cpp50 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
H A DGraphicsLayer.h239 virtual void notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) OVERRIDE;
H A DGraphicsLayer.cpp1051 void GraphicsLayer::notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) function in class:blink::GraphicsLayer
1054 m_client->notifyAnimationStarted(this, monotonicTime);
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.h63 virtual void notifyAnimationStarted(double monotonicTime, blink::WebCompositorAnimation::TargetProperty) OVERRIDE;
H A DPageOverlay.cpp74 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
H A DLinkHighlight.cpp302 void LinkHighlight::notifyAnimationStarted(double, WebCompositorAnimation::TargetProperty) function in class:blink::LinkHighlight
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h139 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
H A DPinchViewport.cpp410 void PinchViewport::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) function in class:blink::PinchViewport
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.h181 virtual void notifyAnimationStarted(const GraphicsLayer*, double) OVERRIDE { }
H A DCompositedLayerMapping.h155 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
H A DCompositedLayerMapping.cpp2257 void CompositedLayerMapping::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) function in class:blink::CompositedLayerMapping

Completed in 256 milliseconds