HomeSort by relevance Sort by last modified time
    Searched refs:resumeAnimations (Results 1 - 25 of 47) sorted by null

1 2

  /external/webkit/Source/WebKit/chromium/public/
WebAnimationController.h 55 virtual void resumeAnimations() const = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebAnimationControllerImpl.h 56 virtual void resumeAnimations() const;
WebAnimationControllerImpl.cpp 100 void WebAnimationControllerImpl::resumeAnimations() const
107 controller->resumeAnimations();
  /external/webkit/Source/WebCore/page/animation/
AnimationController.h 67 void resumeAnimations();
CompositeAnimation.h 67 void resumeAnimations();
AnimationControllerPrivate.h 73 void resumeAnimations();
AnimationController.cpp 239 void AnimationControllerPrivate::resumeAnimations()
245 child->animation()->resumeAnimations();
273 compAnim->resumeAnimations();
553 void AnimationController::resumeAnimations()
555 m_data->resumeAnimations();
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 73 virtual void resumeAnimations();
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 115 virtual void resumeAnimations();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 111 void resumeAnimations();
WebFrame.cpp 419 void WebFrame::resumeAnimations()
428 controller->resumeAnimations();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 78 void resumeAnimations();
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 120 void resumeAnimations();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 83 static void resumeAnimations(WebKitWebFrame*);
DumpRenderTreeSupportGtk.cpp 435 void DumpRenderTreeSupportGtk::resumeAnimations(WebKitWebFrame* frame)
441 return coreFrame->animation()->resumeAnimations();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 100 void resumeAnimations();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 117 HRESULT resumeAnimations();
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 233 void resumeAnimations(const CppArgumentList&, CppVariant*);
480 void resumeAnimations();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 129 static void resumeAnimations(QWebFrame*);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.cpp 104 toImpl(frameRef)->resumeAnimations();
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 183 void resumeAnimations() const;
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 298 void LayoutTestController::resumeAnimations() const
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 309 virtual void resumeAnimations();
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 103 virtual void resumeAnimations();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 212 mGlowPadView.resumeAnimations();

Completed in 38 milliseconds

1 2