Searched refs:monotonicTime (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | DocumentLoadTiming.cpp | 52 double DocumentLoadTiming::monotonicTimeToZeroBasedDocumentTime(double monotonicTime) const in monotonicTimeToZeroBasedDocumentTime() 54 if (!monotonicTime) in monotonicTimeToZeroBasedDocumentTime() 56 return monotonicTime - m_referenceMonotonicTime; in monotonicTimeToZeroBasedDocumentTime() 59 double DocumentLoadTiming::monotonicTimeToPseudoWallTime(double monotonicTime) const in monotonicTimeToPseudoWallTime() 61 if (!monotonicTime) in monotonicTimeToPseudoWallTime() 63 return m_referenceWallTime + monotonicTime - m_referenceMonotonicTime; in monotonicTimeToPseudoWallTime()
|
D | DocumentLoadTiming.h | 50 void setResponseEnd(double monotonicTime) { m_responseEnd = monotonicTime; } in setResponseEnd() argument
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebAnimationDelegate.h | 36 virtual void notifyAnimationStarted(double monotonicTime, WebAnimation::TargetProperty) = 0; 37 virtual void notifyAnimationFinished(double monotonicTime, WebAnimation::TargetProperty) = 0;
|
D | WebAnimation.h | 67 virtual void setStartTime(double monotonicTime) = 0; 70 virtual void setTimeOffset(double monotonicTime) = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | LinkHighlight.h | 67 …virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVE… 68 …virtual void notifyAnimationFinished(double monotonicTime, blink::WebAnimation::TargetProperty) OV…
|
D | PageOverlay.cpp | 76 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { } in notifyAnimationStarted() argument
|
/external/chromium_org/content/child/ |
D | touch_fling_gesture_curve.h | 32 virtual bool apply(double monotonicTime,
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsLayerClient.h | 67 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) = 0;
|
D | GraphicsLayer.h | 257 …virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVE… 258 …virtual void notifyAnimationFinished(double monotonicTime, blink::WebAnimation::TargetProperty) OV…
|
D | ImageLayerChromiumTest.cpp | 41 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { } in notifyAnimationStarted() argument
|
D | GraphicsLayerTest.cpp | 51 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { } in notifyAnimationStarted() argument
|
D | GraphicsLayer.cpp | 1210 void GraphicsLayer::notifyAnimationStarted(double monotonicTime, WebAnimation::TargetProperty) in notifyAnimationStarted() argument 1213 m_client->notifyAnimationStarted(this, monotonicTime); in notifyAnimationStarted()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | PinchViewport.h | 138 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
|
D | PinchViewport.cpp | 412 void PinchViewport::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) in notifyAnimationStarted() argument
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | CompositedLayerMapping.h | 177 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
|
D | CompositedLayerMapping.cpp | 2138 void CompositedLayerMapping::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) in notifyAnimationStarted() argument 2140 …->node()->document().compositorPendingAnimations().notifyCompositorAnimationStarted(monotonicTime); in notifyAnimationStarted()
|