Searched defs:suspendAnimations (Results 1 - 18 of 18) sorted by path

/external/webkit/Source/WebCore/page/animation/
H A DAnimationController.cpp230 void AnimationControllerPrivate::suspendAnimations() function in class:WebCore::AnimationControllerPrivate
236 child->animation()->suspendAnimations();
257 compAnim->suspendAnimations();
548 void AnimationController::suspendAnimations() function in class:WebCore::AnimationController
550 m_data->suspendAnimations();
H A DCompositeAnimation.cpp401 void CompositeAnimation::suspendAnimations() function in class:WebCore::CompositeAnimation
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp257 void GraphicsLayer::suspendAnimations(double) function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp1013 void GraphicsLayerAndroid::suspendAnimations(double time) function in class:WebCore::GraphicsLayerAndroid
1015 ALOGV("NRO suspendAnimations(%.2f)", time);
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1887 void GraphicsLayerCA::suspendAnimations(double time) function in class:WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1736 void GraphicsLayerQt::suspendAnimations(double time) function in class:WebCore::GraphicsLayerQt
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1414 void RenderLayerBacking::suspendAnimations(double time) function in class:WebCore::RenderLayerBacking
1416 m_graphicsLayer->suspendAnimations(time);
/external/webkit/Source/WebKit/chromium/src/
H A DWebAnimationControllerImpl.cpp90 void WebAnimationControllerImpl::suspendAnimations() const function in class:WebKit::WebAnimationControllerImpl
97 controller->suspendAnimations();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp426 void DumpRenderTreeSupportGtk::suspendAnimations(WebKitWebFrame* frame) function in class:DumpRenderTreeSupportGtk
432 return coreFrame->animation()->suspendAnimations();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp334 void DumpRenderTreeSupportQt::suspendAnimations(QWebFrame *frame) function in class:DumpRenderTreeSupportQt
344 controller->suspendAnimations();
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1308 HRESULT WebFrame::suspendAnimations() function in class:WebFrame
1314 frame->animation()->suspendAnimations();
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp407 void WebFrame::suspendAnimations() function in class:WebKit::WebFrame
416 controller->suspendAnimations();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp179 bindMethod("suspendAnimations", &LayoutTestController::suspendAnimations);
965 void LayoutTestController::suspendAnimations() function in class:LayoutTestController
975 controller->suspendAnimations();
1028 void LayoutTestController::suspendAnimations(const CppArgumentList&, CppVariant* result) function in class:LayoutTestController
1030 suspendAnimations();
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp747 void LayoutTestController::suspendAnimations() const function in class:LayoutTestController
749 DumpRenderTreeSupportGtk::suspendAnimations(mainFrame);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp529 void LayoutTestController::suspendAnimations() const function in class:LayoutTestController
533 DumpRenderTreeSupportQt::suspendAnimations(frame);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1121 void LayoutTestController::suspendAnimations() const function in class:LayoutTestController
1127 framePrivate->suspendAnimations();
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp293 void LayoutTestController::suspendAnimations() const function in class:LayoutTestController
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp172 void LayoutTestController::suspendAnimations() function in class:WTR::LayoutTestController

Completed in 426 milliseconds