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

  /external/chromium_org/third_party/WebKit/public/platform/
WebAnimationDelegate.h 32 virtual void notifyAnimationStarted(double time) = 0;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_to_cc_animation_delegate_adapter.cc 15 void WebToCCAnimationDelegateAdapter::NotifyAnimationStarted(double time) {
16 delegate_->notifyAnimationStarted(time);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayerClient.h 70 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) = 0;
GraphicsLayer.h 429 virtual void notifyAnimationStarted(double startTime) OVERRIDE;
GraphicsLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.h 57 void notifyAnimationStarted(RenderObject*, double startTime);
AnimationController.cpp 424 // (which will come in as a call to notifyAnimationStarted()).
539 void AnimationController::notifyAnimationStarted(RenderObject*, double startTime)
  /external/chromium_org/third_party/WebKit/Source/web/
PinchViewports.h 70 virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time) OVERRIDE;
LinkHighlight.h 64 virtual void notifyAnimationStarted(double time) OVERRIDE;
PageOverlay.cpp 75 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) { }
PinchViewports.cpp 181 void PinchViewports::notifyAnimationStarted(const GraphicsLayer*, double time)
LinkHighlight.cpp 292 void LinkHighlight::notifyAnimationStarted(double)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ImageLayerChromiumTest.cpp 40 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) OVERRIDE { }
GraphicsLayerTest.cpp 51 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 149 virtual void notifyAnimationStarted(const GraphicsLayer*, double startTime) OVERRIDE;
RenderLayerCompositor.h 212 virtual void notifyAnimationStarted(const GraphicsLayer*, double) OVERRIDE { }
RenderLayerBacking.cpp     [all...]

Completed in 105 milliseconds