Home
last modified time | relevance | path

Searched refs:serviceScriptedAnimations (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
DScriptedAnimationController.h54 void serviceScriptedAnimations(DOMTimeStamp);
DScriptedAnimationController.cpp82 void ScriptedAnimationController::serviceScriptedAnimations(DOMTimeStamp time) in serviceScriptedAnimations() function in WebCore::ScriptedAnimationController
DDocument.h1090 void serviceScriptedAnimations(DOMTimeStamp);
DDocument.cpp5044 void Document::serviceScriptedAnimations(DOMTimeStamp time) in serviceScriptedAnimations() function in WebCore::Document
5048 m_scriptedAnimationController->serviceScriptedAnimations(time); in serviceScriptedAnimations()
/external/webkit/Source/WebCore/page/
DFrameView.h104 void serviceScriptedAnimations(DOMTimeStamp);
DFrameView.cpp1863 void FrameView::serviceScriptedAnimations(DOMTimeStamp time) in serviceScriptedAnimations() function in WebCore::FrameView
1866 frame->document()->serviceScriptedAnimations(time); in serviceScriptedAnimations()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp1002 view->serviceScriptedAnimations(convertSecondsToDOMTimeStamp(currentTime())); in animate()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16599 (WebCore::Document::serviceScriptedAnimations):
610 (WebCore::ScriptedAnimationController::serviceScriptedAnimations):
16612 (WebCore::Document::serviceScriptedAnimations):
16617 (WebCore::FrameView::serviceScriptedAnimations):
20925 …called FrameView::serviceScriptedAnimations() should be called for the associated Page's main fram…
20926 … Ideally serviceScriptedAnimations() would be called prior to rendering - although in practice the
20941 (WebCore::Document::serviceScriptedAnimations):
20959 (WebCore::FrameView::serviceScriptedAnimations):
22424 …called FrameView::serviceScriptedAnimations() should be called for the associated Page's main fram…
22425 … Ideally serviceScriptedAnimations() would be called prior to rendering - although in practice the
[all …]