Searched defs:monotonicTime (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageOverlay.cpp | 75 …otifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE {… in notifyAnimationStarted()
|
D | PinchViewports.cpp | 188 …Viewports::notifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) in notifyAnimationStarted()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | DocumentLoadTiming.h | 52 void setResponseEnd(double monotonicTime) { m_responseEnd = monotonicTime; } in setResponseEnd()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | ImageLayerChromiumTest.cpp | 40 …otifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE {… in notifyAnimationStarted()
|
D | GraphicsLayerTest.cpp | 51 …otifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE {… in notifyAnimationStarted()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsLayer.cpp | 1229 void GraphicsLayer::notifyAnimationStarted(double wallClockTime, double monotonicTime, WebAnimation… in notifyAnimationStarted()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | CompositedLayerMapping.cpp | 2095 …erMapping::notifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) in notifyAnimationStarted()
|