HomeSort by relevance Sort by last modified time
    Searched full:numberofactiveanimations (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/WebKit/chromium/src/
WebAnimationControllerImpl.cpp 82 unsigned WebAnimationControllerImpl::numberOfActiveAnimations() const
87 return controller->numberOfActiveAnimations();
WebAnimationControllerImpl.h 56 virtual unsigned numberOfActiveAnimations() const;
  /external/webkit/WebKit/chromium/public/
WebAnimationController.h 53 WEBKIT_API virtual unsigned numberOfActiveAnimations() const = 0;
  /external/webkit/WebCore/page/animation/
AnimationController.h 62 unsigned numberOfActiveAnimations() const; // To be used only for testing
CompositeAnimation.h 82 unsigned numberOfActiveAnimations() const;
AnimationController.cpp 314 unsigned AnimationControllerPrivate::numberOfActiveAnimations() const
321 count += compAnim->numberOfActiveAnimations();
511 unsigned AnimationController::numberOfActiveAnimations() const
513 return m_data->numberOfActiveAnimations();
AnimationControllerPrivate.h 77 unsigned numberOfActiveAnimations() const;
CompositeAnimation.cpp 521 unsigned CompositeAnimation::numberOfActiveAnimations() const
  /external/webkit/WebKit/win/Interfaces/
IWebFramePrivate.idl 92 HRESULT numberOfActiveAnimations([out, retval] UINT* number);
  /external/webkit/WebKitTools/DumpRenderTree/qt/
LayoutTestControllerQt.h 136 unsigned numberOfActiveAnimations() const;
LayoutTestControllerQt.cpp 383 unsigned LayoutTestController::numberOfActiveAnimations() const
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 217 unsigned numberOfActiveAnimations() const;
LayoutTestController.cpp     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 234 unsigned LayoutTestController::numberOfActiveAnimations() const
  /external/webkit/WebKit/win/
WebFrame.h 244 virtual HRESULT STDMETHODCALLTYPE numberOfActiveAnimations(UINT*);
WebFrame.cpp 1195 HRESULT WebFrame::numberOfActiveAnimations(UINT* number)
1210 *number = controller->numberOfActiveAnimations();
    [all...]
ChangeLog-2009-06-16     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 917 unsigned LayoutTestController::numberOfActiveAnimations() const
924 if (FAILED(framePrivate->numberOfActiveAnimations(&number)))
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 489 unsigned LayoutTestController::numberOfActiveAnimations() const
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 527 unsigned LayoutTestController::numberOfActiveAnimations() const
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/webkit/WebKitTools/
ChangeLog-2009-06-16     [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 188 return controller->numberOfActiveAnimations();
    [all...]
  /external/webkit/WebCore/
ChangeLog-2010-01-29     [all...]

Completed in 632 milliseconds

1 2