HomeSort by relevance Sort by last modified time
    Searched full:notifyanimationstarted (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/graphics/
GraphicsLayerClient.h 58 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) = 0;
  /external/webkit/WebCore/page/animation/
AnimationController.h 58 void notifyAnimationStarted(RenderObject*, double startTime);
AnimationController.cpp 375 // (which will come in as a call to notifyAnimationStarted()).
501 void AnimationController::notifyAnimationStarted(RenderObject*, double startTime)
AnimationBase.h 191 // Return value indicates whether to expect an asynchronous notifyAnimationStarted() callback.
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 69 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) { }
  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 117 virtual void notifyAnimationStarted(const GraphicsLayer*, double startTime);
RenderLayerBacking.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 160 void notifyAnimationStarted();
245 connect(this, SIGNAL(notifyAnimationStartedAsync()), this, SLOT(notifyAnimationStarted()), Qt::QueuedConnection);
551 void GraphicsLayerQtImpl::notifyAnimationStarted()
555 m_layer->client()->notifyAnimationStarted(m_layer, WTF::currentTime());
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 917 client()->notifyAnimationStarted(this, WTF::currentTime());
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 112 m_graphicsLayer->client()->notifyAnimationStarted(m_graphicsLayer, startTime);
    [all...]
  /external/webkit/WebCore/
ChangeLog-2010-01-29     [all...]

Completed in 394 milliseconds