Home
last modified time | relevance | path

Searched defs:monotonicTime (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPageOverlay.cpp75 …otifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE {… in notifyAnimationStarted()
DPinchViewports.cpp188 …Viewports::notifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) in notifyAnimationStarted()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoadTiming.h52 void setResponseEnd(double monotonicTime) { m_responseEnd = monotonicTime; } in setResponseEnd()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DImageLayerChromiumTest.cpp40 …otifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE {… in notifyAnimationStarted()
DGraphicsLayerTest.cpp51 …otifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE {… in notifyAnimationStarted()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp1229 void GraphicsLayer::notifyAnimationStarted(double wallClockTime, double monotonicTime, WebAnimation… in notifyAnimationStarted()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp2095 …erMapping::notifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) in notifyAnimationStarted()