Searched refs:monotonicTime (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoadTiming.cpp52 double DocumentLoadTiming::monotonicTimeToZeroBasedDocumentTime(double monotonicTime) const
54 if (!monotonicTime)
56 return monotonicTime - m_referenceMonotonicTime;
59 double DocumentLoadTiming::monotonicTimeToPseudoWallTime(double monotonicTime) const
61 if (!monotonicTime)
63 return m_referenceWallTime + monotonicTime - m_referenceMonotonicTime;
H A DDocumentLoadTiming.h49 void setResponseEnd(double monotonicTime) { m_responseEnd = monotonicTime; } argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCompositorAnimationDelegate.h19 virtual void notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) = 0;
20 virtual void notifyAnimationFinished(double monotonicTime, WebCompositorAnimation::TargetProperty) = 0;
H A DWebCompositorAnimation.h50 virtual void setStartTime(double monotonicTime) = 0;
53 virtual void setTimeOffset(double monotonicTime) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DProgrammaticScrollAnimator.h31 void tickAnimation(double monotonicTime);
H A DProgrammaticScrollAnimator.cpp55 void ProgrammaticScrollAnimator::tickAnimation(double monotonicTime) argument
59 m_startTime = monotonicTime;
60 double elapsedTime = monotonicTime - m_startTime;
H A DScrollableArea.cpp429 void ScrollableArea::serviceScrollAnimations(double monotonicTime) argument
434 programmaticScrollAnimator->tickAnimation(monotonicTime);
H A DScrollableArea.h194 void serviceScrollAnimations(double monotonicTime);
/external/chromium_org/content/child/
H A Dtouch_fling_gesture_curve.h31 virtual bool apply(double monotonicTime,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerClient.h64 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) = 0;
H A DImageLayerChromiumTest.cpp40 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
H A DGraphicsLayer.h239 virtual void notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) OVERRIDE;
240 virtual void notifyAnimationFinished(double monotonicTime, WebCompositorAnimation::TargetProperty) OVERRIDE;
H A DGraphicsLayerTest.cpp50 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
H A DGraphicsLayer.cpp1051 void GraphicsLayer::notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) argument
1054 m_client->notifyAnimationStarted(this, monotonicTime);
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.h63 virtual void notifyAnimationStarted(double monotonicTime, blink::WebCompositorAnimation::TargetProperty) OVERRIDE;
64 virtual void notifyAnimationFinished(double monotonicTime, blink::WebCompositorAnimation::TargetProperty) OVERRIDE;
H A DPageOverlay.cpp74 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h139 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
H A DPinchViewport.cpp410 void PinchViewport::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.h155 virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE;
H A DCompositedLayerMapping.cpp2257 void CompositedLayerMapping::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) argument
2259 renderer()->node()->document().compositorPendingAnimations().notifyCompositorAnimationStarted(monotonicTime);

Completed in 1625 milliseconds