HomeSort by relevance Sort by last modified time
    Searched refs:serviceScriptedAnimations (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageAnimator.h 17 void serviceScriptedAnimations(double monotonicAnimationStartTime);
PageAnimator.cpp 27 void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime)
49 documents[i]->serviceScriptedAnimations(monotonicAnimationStartTime);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptedAnimationController.h 57 void serviceScriptedAnimations(double monotonicTimeNow);
ScriptedAnimationController.cpp 172 void ScriptedAnimationController::serviceScriptedAnimations(double monotonicTimeNow)
Document.h     [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageChromeClient.cpp 86 // serviceScriptedAnimations runs requestAnimationFrame callbacks, but SVG
89 m_image->frameView()->page()->animator().serviceScriptedAnimations(monotonicallyIncreasingTime());
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 68 page->animator().serviceScriptedAnimations(monotonicFrameBeginTime);

Completed in 154 milliseconds