Searched defs:numberOfActiveAnimations (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebAnimationControllerImpl.cpp82 unsigned WebAnimationControllerImpl::numberOfActiveAnimations() const function in class:WebKit::WebAnimationControllerImpl
87 return controller->numberOfActiveAnimations();
/external/webkit/Source/WebCore/page/animation/
H A DCompositeAnimation.cpp550 unsigned CompositeAnimation::numberOfActiveAnimations() const function in class:WebCore::CompositeAnimation
H A DAnimationController.cpp355 unsigned AnimationControllerPrivate::numberOfActiveAnimations() const function in class:WebCore::AnimationControllerPrivate
362 count += compAnim->numberOfActiveAnimations();
528 unsigned AnimationController::numberOfActiveAnimations() const function in class:WebCore::AnimationController
530 return m_data->numberOfActiveAnimations();
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp376 unsigned WebFrame::numberOfActiveAnimations() const function in class:WebKit::WebFrame
385 return controller->numberOfActiveAnimations();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp156 unsigned LayoutTestController::numberOfActiveAnimations() const function in class:WTR::LayoutTestController
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp417 unsigned int DumpRenderTreeSupportGtk::numberOfActiveAnimations(WebKitWebFrame* frame) function in class:DumpRenderTreeSupportGtk
423 return coreFrame->animation()->numberOfActiveAnimations();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp321 int DumpRenderTreeSupportQt::numberOfActiveAnimations(QWebFrame *frame) function in class:DumpRenderTreeSupportQt
331 return controller->numberOfActiveAnimations();
1114 return DumpRenderTreeSupportQt::numberOfActiveAnimations(frame);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp117 bindMethod("numberOfActiveAnimations", &LayoutTestController::numberOfActiveAnimations);
952 int LayoutTestController::numberOfActiveAnimations() function in class:LayoutTestController
962 return controller->numberOfActiveAnimations();
1023 void LayoutTestController::numberOfActiveAnimations(const CppArgumentList&, CppVariant* result) function in class:LayoutTestController
1025 result->set(numberOfActiveAnimations());
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp742 unsigned LayoutTestController::numberOfActiveAnimations() const function in class:LayoutTestController
744 return DumpRenderTreeSupportGtk::numberOfActiveAnimations(mainFrame);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp522 unsigned LayoutTestController::numberOfActiveAnimations() const function in class:LayoutTestController
526 return DumpRenderTreeSupportQt::numberOfActiveAnimations(frame);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1108 unsigned LayoutTestController::numberOfActiveAnimations() const function in class:LayoutTestController
1115 if (FAILED(framePrivate->numberOfActiveAnimations(&number)))
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp287 unsigned LayoutTestController::numberOfActiveAnimations() const function in class:LayoutTestController
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1289 HRESULT WebFrame::numberOfActiveAnimations(UINT* number) function in class:WebFrame
1304 *number = controller->numberOfActiveAnimations();

Completed in 589 milliseconds