Home
last modified time | relevance | path

Searched refs:numberOfActiveAnimations (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DWebAnimationControllerImpl.cpp82 unsigned WebAnimationControllerImpl::numberOfActiveAnimations() const in numberOfActiveAnimations() function in WebKit::WebAnimationControllerImpl
87 return controller->numberOfActiveAnimations(); in numberOfActiveAnimations()
DWebAnimationControllerImpl.h54 virtual unsigned numberOfActiveAnimations() const;
/external/webkit/Source/WebKit/chromium/public/
DWebAnimationController.h53 virtual unsigned numberOfActiveAnimations() const = 0;
/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp355 unsigned AnimationControllerPrivate::numberOfActiveAnimations() const in numberOfActiveAnimations() function in WebCore::AnimationControllerPrivate
362 count += compAnim->numberOfActiveAnimations(); in numberOfActiveAnimations()
528 unsigned AnimationController::numberOfActiveAnimations() const in numberOfActiveAnimations() function in WebCore::AnimationController
530 return m_data->numberOfActiveAnimations(); in numberOfActiveAnimations()
DAnimationController.h61 unsigned numberOfActiveAnimations() const; // To be used only for testing
DCompositeAnimation.h82 unsigned numberOfActiveAnimations() const;
DAnimationControllerPrivate.h83 unsigned numberOfActiveAnimations() const;
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h231 void numberOfActiveAnimations(const CppArgumentList&, CppVariant*);
478 int numberOfActiveAnimations();
DLayoutTestController.cpp117 bindMethod("numberOfActiveAnimations", &LayoutTestController::numberOfActiveAnimations); in LayoutTestController()
952 int LayoutTestController::numberOfActiveAnimations() in numberOfActiveAnimations() function in LayoutTestController
962 return controller->numberOfActiveAnimations(); in numberOfActiveAnimations()
1023 void LayoutTestController::numberOfActiveAnimations(const CppArgumentList&, CppVariant* result) in numberOfActiveAnimations() function in LayoutTestController
1025 result->set(numberOfActiveAnimations()); in numberOfActiveAnimations()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h81 static unsigned int numberOfActiveAnimations(WebKitWebFrame*);
DDumpRenderTreeSupportGtk.cpp417 unsigned int DumpRenderTreeSupportGtk::numberOfActiveAnimations(WebKitWebFrame* frame) in numberOfActiveAnimations() function in DumpRenderTreeSupportGtk
423 return coreFrame->animation()->numberOfActiveAnimations(); in numberOfActiveAnimations()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h97 unsigned numberOfActiveAnimations() const;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.h108 unsigned numberOfActiveAnimations() const;
DWebFrame.cpp376 unsigned WebFrame::numberOfActiveAnimations() const in numberOfActiveAnimations() function in WebKit::WebFrame
385 return controller->numberOfActiveAnimations(); in numberOfActiveAnimations()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.cpp89 return toImpl(frameRef)->numberOfActiveAnimations(); in WKBundleFrameGetNumberOfActiveAnimations()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h127 static int numberOfActiveAnimations(QWebFrame*); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp321 int DumpRenderTreeSupportQt::numberOfActiveAnimations(QWebFrame *frame) in numberOfActiveAnimations() function in DumpRenderTreeSupportQt
331 return controller->numberOfActiveAnimations(); in numberOfActiveAnimations()
1114 return DumpRenderTreeSupportQt::numberOfActiveAnimations(frame); in qt_drt_numberOfActiveAnimations()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl75 int numberOfActiveAnimations();
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp287 unsigned LayoutTestController::numberOfActiveAnimations() const in numberOfActiveAnimations() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h181 unsigned numberOfActiveAnimations() const;
DLayoutTestControllerQt.cpp522 unsigned LayoutTestController::numberOfActiveAnimations() const in numberOfActiveAnimations() function in LayoutTestController
526 return DumpRenderTreeSupportQt::numberOfActiveAnimations(frame); in numberOfActiveAnimations()
/external/chromium/webkit/glue/
Ddom_operations.cc307 return controller->numberOfActiveAnimations(); in NumberOfActiveAnimations()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFramePrivate.idl90 HRESULT numberOfActiveAnimations([out, retval] UINT* number);
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp742 unsigned LayoutTestController::numberOfActiveAnimations() const in numberOfActiveAnimations() function in LayoutTestController
744 return DumpRenderTreeSupportGtk::numberOfActiveAnimations(mainFrame); in numberOfActiveAnimations()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h276 unsigned numberOfActiveAnimations() const;

12