HomeSort by relevance Sort by last modified time
    Searched defs:numberOfActiveAnimations (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebAnimationControllerImpl.cpp 82 unsigned WebAnimationControllerImpl::numberOfActiveAnimations() const
87 return controller->numberOfActiveAnimations();
  /external/webkit/Source/WebCore/page/animation/
AnimationController.cpp 355 unsigned AnimationControllerPrivate::numberOfActiveAnimations() const
362 count += compAnim->numberOfActiveAnimations();
528 unsigned AnimationController::numberOfActiveAnimations() const
530 return m_data->numberOfActiveAnimations();
CompositeAnimation.cpp 550 unsigned CompositeAnimation::numberOfActiveAnimations() const
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 376 unsigned WebFrame::numberOfActiveAnimations() const
385 return controller->numberOfActiveAnimations();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 156 unsigned LayoutTestController::numberOfActiveAnimations() const
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 417 unsigned int DumpRenderTreeSupportGtk::numberOfActiveAnimations(WebKitWebFrame* frame)
423 return coreFrame->animation()->numberOfActiveAnimations();
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 287 unsigned LayoutTestController::numberOfActiveAnimations() const
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 522 unsigned LayoutTestController::numberOfActiveAnimations() const
526 return DumpRenderTreeSupportQt::numberOfActiveAnimations(frame);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 321 int DumpRenderTreeSupportQt::numberOfActiveAnimations(QWebFrame *frame)
331 return controller->numberOfActiveAnimations();
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 117 bindMethod("numberOfActiveAnimations", &LayoutTestController::numberOfActiveAnimations);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 742 unsigned LayoutTestController::numberOfActiveAnimations() const
744 return DumpRenderTreeSupportGtk::numberOfActiveAnimations(mainFrame);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]

Completed in 524 milliseconds