Searched refs:monotonicFrameBeginTime (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h96 void animate(double monotonicFrameBeginTime) argument
98 beginFrame(WebBeginFrameArgs(monotonicFrameBeginTime));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DAutoscrollController.h57 void animate(double monotonicFrameBeginTime);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.h75 static void animate(Page*, double monotonicFrameBeginTime, LocalFrame* rootFrame = 0);
H A DPageWidgetDelegate.cpp61 void PageWidgetDelegate::animate(Page* page, double monotonicFrameBeginTime, LocalFrame* rootFrame) argument
66 page->autoscrollController().animate(monotonicFrameBeginTime);
67 page->animator().serviceScriptedAnimations(monotonicFrameBeginTime);

Completed in 107 milliseconds