Searched defs:notifyAnimationStarted (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h70 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) { } function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp165 void LayerTreeHostCA::notifyAnimationStarted(const WebCore::GraphicsLayer*, double time) function in class:WebKit::LayerTreeHostCA
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.h193 virtual void notifyAnimationStarted(const GraphicsLayer*, double) { } function in class:WebCore::RenderLayerCompositor
H A DRenderLayerBacking.cpp1402 void RenderLayerBacking::notifyAnimationStarted(const GraphicsLayer*, double time) function in class:WebCore::RenderLayerBacking
1404 renderer()->animation()->notifyAnimationStarted(renderer(), time);
/external/webkit/Source/WebCore/page/animation/
H A DAnimationController.cpp395 // (which will come in as a call to notifyAnimationStarted()).
518 void AnimationController::notifyAnimationStarted(RenderObject*, double startTime) function in class:WebCore::AnimationController
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp217 void notifyAnimationStarted();
347 connect(this, SIGNAL(notifyAnimationStartedAsync()), this, SLOT(notifyAnimationStarted()), Qt::QueuedConnection);
939 void GraphicsLayerQtImpl::notifyAnimationStarted() function in class:WebCore::GraphicsLayerQtImpl
942 m_layer->client()->notifyAnimationStarted(m_layer, /* DOM time */ WTF::currentTime());
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp804 void WebViewCore::notifyAnimationStarted() function in class:android::WebViewCore
4616 viewImpl->notifyAnimationStarted();

Completed in 188 milliseconds