Searched defs:resumeAnimations (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebAnimationControllerImpl.cpp100 void WebAnimationControllerImpl::resumeAnimations() const function in class:WebKit::WebAnimationControllerImpl
107 controller->resumeAnimations();
/external/webkit/Source/WebCore/page/animation/
H A DCompositeAnimation.cpp426 void CompositeAnimation::resumeAnimations() function in class:WebCore::CompositeAnimation
H A DAnimationController.cpp239 void AnimationControllerPrivate::resumeAnimations() function in class:WebCore::AnimationControllerPrivate
245 child->animation()->resumeAnimations();
273 compAnim->resumeAnimations();
553 void AnimationController::resumeAnimations() function in class:WebCore::AnimationController
555 m_data->resumeAnimations();
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp261 void GraphicsLayer::resumeAnimations() function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp419 void WebFrame::resumeAnimations() function in class:WebKit::WebFrame
428 controller->resumeAnimations();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp178 void LayoutTestController::resumeAnimations() function in class:WTR::LayoutTestController
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp435 void DumpRenderTreeSupportGtk::resumeAnimations(WebKitWebFrame* frame) function in class:DumpRenderTreeSupportGtk
441 return coreFrame->animation()->resumeAnimations();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp1018 void GraphicsLayerAndroid::resumeAnimations() function in class:WebCore::GraphicsLayerAndroid
1020 ALOGV("NRO resumeAnimations()");
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1419 void RenderLayerBacking::resumeAnimations() function in class:WebCore::RenderLayerBacking
1421 m_graphicsLayer->resumeAnimations();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp347 void DumpRenderTreeSupportQt::resumeAnimations(QWebFrame *frame) function in class:DumpRenderTreeSupportQt
357 controller->resumeAnimations();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp135 bindMethod("resumeAnimations", &LayoutTestController::resumeAnimations);
978 void LayoutTestController::resumeAnimations() function in class:LayoutTestController
988 controller->resumeAnimations();
1034 void LayoutTestController::resumeAnimations(const CppArgumentList&, CppVariant* result) function in class:LayoutTestController
1036 resumeAnimations();
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp752 void LayoutTestController::resumeAnimations() const function in class:LayoutTestController
754 DumpRenderTreeSupportGtk::resumeAnimations(mainFrame);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp536 void LayoutTestController::resumeAnimations() const function in class:LayoutTestController
540 DumpRenderTreeSupportQt::resumeAnimations(frame);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1130 void LayoutTestController::resumeAnimations() const function in class:LayoutTestController
1136 framePrivate->resumeAnimations();
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp298 void LayoutTestController::resumeAnimations() const function in class:LayoutTestController
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1903 void GraphicsLayerCA::resumeAnimations() function in class:WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1750 void GraphicsLayerQt::resumeAnimations() function in class:WebCore::GraphicsLayerQt
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1318 HRESULT WebFrame::resumeAnimations() function in class:WebFrame
1324 frame->animation()->resumeAnimations();

Completed in 3352 milliseconds