/external/webkit/Source/WebKit/chromium/src/ |
D | WebAnimationControllerImpl.cpp | 82 unsigned WebAnimationControllerImpl::numberOfActiveAnimations() const in numberOfActiveAnimations() function in WebKit::WebAnimationControllerImpl 87 return controller->numberOfActiveAnimations(); in numberOfActiveAnimations()
|
D | WebAnimationControllerImpl.h | 54 virtual unsigned numberOfActiveAnimations() const;
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebAnimationController.h | 53 virtual unsigned numberOfActiveAnimations() const = 0;
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationController.cpp | 355 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()
|
D | AnimationController.h | 61 unsigned numberOfActiveAnimations() const; // To be used only for testing
|
D | CompositeAnimation.h | 82 unsigned numberOfActiveAnimations() const;
|
D | AnimationControllerPrivate.h | 83 unsigned numberOfActiveAnimations() const;
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | LayoutTestController.h | 231 void numberOfActiveAnimations(const CppArgumentList&, CppVariant*); 478 int numberOfActiveAnimations();
|
D | LayoutTestController.cpp | 117 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/ |
D | DumpRenderTreeSupportGtk.h | 81 static unsigned int numberOfActiveAnimations(WebKitWebFrame*);
|
D | DumpRenderTreeSupportGtk.cpp | 417 unsigned int DumpRenderTreeSupportGtk::numberOfActiveAnimations(WebKitWebFrame* frame) in numberOfActiveAnimations() function in DumpRenderTreeSupportGtk 423 return coreFrame->animation()->numberOfActiveAnimations(); in numberOfActiveAnimations()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | LayoutTestController.h | 97 unsigned numberOfActiveAnimations() const;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebFrame.h | 108 unsigned numberOfActiveAnimations() const;
|
D | WebFrame.cpp | 376 unsigned WebFrame::numberOfActiveAnimations() const in numberOfActiveAnimations() function in WebKit::WebFrame 385 return controller->numberOfActiveAnimations(); in numberOfActiveAnimations()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundleFrame.cpp | 89 return toImpl(frameRef)->numberOfActiveAnimations(); in WKBundleFrameGetNumberOfActiveAnimations()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 127 static int numberOfActiveAnimations(QWebFrame*); in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 321 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/ |
D | LayoutTestController.idl | 75 int numberOfActiveAnimations();
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 287 unsigned LayoutTestController::numberOfActiveAnimations() const in numberOfActiveAnimations() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 181 unsigned numberOfActiveAnimations() const;
|
D | LayoutTestControllerQt.cpp | 522 unsigned LayoutTestController::numberOfActiveAnimations() const in numberOfActiveAnimations() function in LayoutTestController 526 return DumpRenderTreeSupportQt::numberOfActiveAnimations(frame); in numberOfActiveAnimations()
|
/external/chromium/webkit/glue/ |
D | dom_operations.cc | 307 return controller->numberOfActiveAnimations(); in NumberOfActiveAnimations()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFramePrivate.idl | 90 HRESULT numberOfActiveAnimations([out, retval] UINT* number);
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 742 unsigned LayoutTestController::numberOfActiveAnimations() const in numberOfActiveAnimations() function in LayoutTestController 744 return DumpRenderTreeSupportGtk::numberOfActiveAnimations(mainFrame); in numberOfActiveAnimations()
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.h | 276 unsigned numberOfActiveAnimations() const;
|