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

  /external/chromium_org/third_party/WebKit/public/platform/
WebAnimationDelegate.h 36 virtual void notifyAnimationStarted(double monotonicTime, WebAnimation::TargetProperty) = 0;
  /external/chromium_org/content/renderer/compositor_bindings/
web_to_cc_animation_delegate_adapter.cc 16 void WebToCCAnimationDelegateAdapter::NotifyAnimationStarted(
19 delegate_->notifyAnimationStarted(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 67 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) = 0;
ImageLayerChromiumTest.cpp 41 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
GraphicsLayerTest.cpp 51 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
GraphicsLayer.h 257 virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
GraphicsLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 67 virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
PageOverlay.cpp 76 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
LinkHighlight.cpp 311 void LinkHighlight::notifyAnimationStarted(double, blink::WebAnimation::TargetProperty)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 138 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
PinchViewport.cpp 412 void PinchViewport::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 195 virtual void notifyAnimationStarted(const GraphicsLayer*, double) OVERRIDE { }
CompositedLayerMapping.h 177 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
CompositedLayerMapping.cpp     [all...]

Completed in 150 milliseconds