Searched defs:m_startTime (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebActiveGestureAnimation.h56 double m_startTime; member in class:blink::WebActiveGestureAnimation
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DProgrammaticScrollAnimator.h41 double m_startTime; member in class:blink::ProgrammaticScrollAnimator
H A DScrollAnimatorNone.h119 double m_startTime; member in struct:blink::ScrollAnimatorNone::PerAxisData
146 double m_startTime; member in class:blink::ScrollAnimatorNone
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaFragmentURIParser.h57 double m_startTime; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceEntry.h70 const double m_startTime; member in class:blink::PerformanceEntry
/external/chromium_org/third_party/WebKit/Source/platform/
H A DClock.h57 double m_startTime; member in class:blink::Clock
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.h95 double m_startTime; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptGCEvent.h59 : m_startTime(0.0)
65 m_startTime = 0.0;
71 double startTime() { return m_startTime; }
72 void setStartTime(double startTime) { m_startTime = startTime; }
77 double m_startTime; member in class:blink::GCEventData
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCue.h65 double startTime() const { return m_startTime; }
110 double m_startTime; member in class:blink::TextTrackCue
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollElasticityController.h129 CFTimeInterval m_startTime; member in class:blink::ScrollElasticityController
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioScheduledSourceNode.h92 // m_startTime is the time to start playing based on the context's timeline (0 or a time less than the context's current time means "now").
93 double m_startTime; // in seconds member in class:blink::AudioScheduledSourceNode
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisUtterance.h68 double startTime() const { return m_startTime; }
69 void setStartTime(double startTime) { m_startTime = startTime; }
85 double m_startTime; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNode.h101 double startTime() const { return m_startTime * 1000; }
102 double startTimeInternal() const { return m_startTime; }
150 // FIXME: m_parent and m_startTime are placeholders, they depend on timing groups.
152 const double m_startTime; member in class:blink::AnimationNode
H A DAnimationPlayer.h113 bool hasStartTime() const { return !isNull(m_startTime); }
116 double startTimeInternal() const { return m_startTime; }
173 double m_startTime; member in class:blink::FINAL
205 : startTime(player.m_startTime)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DProfilingCanvas.cpp45 double m_startTime; member in class:blink::AutoStamper
51 m_startTime = WTF::monotonicallyIncreasingTime();
59 double delta = WTF::monotonicallyIncreasingTime() - m_startTime;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1258 double m_startTime; member in class:blink::Document
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 228 milliseconds