Searched refs:m_startTime (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/
H A DClockGeneric.cpp38 m_startTime = m_lastTime = now();
43 m_startTime = m_lastTime = now();
51 return ((m_lastTime - m_startTime) * m_rate) + m_offset;
57 m_lastTime = m_startTime = now();
66 m_lastTime = m_startTime = now();
76 m_lastTime = m_startTime = now();
H A DPlatformSpeechSynthesisUtterance.h70 double startTime() const { return m_startTime; }
71 void setStartTime(double startTime) { m_startTime = startTime; }
86 double m_startTime; member in class:WebCore::PlatformSpeechSynthesisUtterance
H A DClockGeneric.h53 double m_startTime; member in class:WebCore::final
H A DScrollAnimatorNone.cpp214 m_startTime = 0;
233 if (!m_startTime || !delta || (delta < 0) != (m_desiredPosition - *m_currentPosition < 0)) {
235 m_startTime = 0;
247 if (!m_startTime) {
262 if (!m_startTime) {
264 m_startTime = currentTime - kTickTime / 2;
266 m_lastAnimationTime = m_startTime;
274 double deltaTime = m_lastAnimationTime - m_startTime;
340 double deltaTime = currentTime - m_startTime;
375 , m_startTime(
[all...]
H A DScrollAnimatorNone.h130 double m_startTime; member in struct:WebCore::ScrollAnimatorNone::PerAxisData
162 double m_startTime; member in class:WebCore::ScrollAnimatorNone
/macosx-10.10/WebCore-7600.1.25/page/
H A DPerformanceEntry.cpp41 , m_startTime(startTime)
62 return m_startTime;
H A DPerformanceEntry.h68 const double m_startTime; member in class:WebCore::PerformanceEntry
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DWatchdog.cpp41 , m_startTime(0)
101 double deltaTime = currentTime - m_startTime;
126 m_startTime = currentTime;
168 m_startTime = currentCPUTime();
H A DWatchdog.h86 double m_startTime; member in class:JSC::Watchdog
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DInbandMetadataTextTrackPrivateAVF.h40 , m_startTime(time)
46 double startTime() const { return m_startTime; }
50 double m_startTime; member in class:WebCore::IncompleteMetaDataCue
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DAnimationBase.cpp78 , m_startTime(0)
147 m_startTime = 0;
160 m_startTime = 0;
193 startAnimation(beginAnimationUpdateTime() - m_startTime);
274 if (m_startTime <= 0) {
275 m_startTime = param;
278 m_startTime += m_animation->delay();
294 pauseAnimation(beginAnimationUpdateTime() - m_startTime);
312 pauseAnimation(beginAnimationUpdateTime() - m_startTime);
345 pauseAnimation(beginAnimationUpdateTime() - m_startTime);
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DMediaFragmentURIParser.h59 double m_startTime; member in class:WebCore::final
H A DMediaFragmentURIParser.cpp81 , m_startTime(MediaPlayer::invalidTime())
92 return m_startTime;
190 m_startTime = start;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_download_job.cpp43 , m_startTime(-1)
194 if (m_startTime < 0)
200 return m_endTime - m_startTime;
203 return ecore_time_get() - m_startTime;
257 m_startTime = ecore_time_get();
H A Dewk_download_job_private.h81 double m_startTime; member in class:EwkDownloadJob
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfileNode.h60 : m_startTime(startTime)
65 double startTime() const { return m_startTime; }
66 void setStartTime(double time) { m_startTime = time; }
72 double m_startTime; member in struct:JSC::ProfileNode::Call
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioScheduledSourceNode.h97 // 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").
98 double m_startTime; // in seconds member in class:WebCore::AudioScheduledSourceNode
H A DAudioScheduledSourceNode.cpp49 , m_startTime(0)
76 size_t startFrame = AudioUtilities::timeToSampleFrame(m_startTime, sampleRate);
152 m_startTime = when;
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DWebVTTParser.h72 double startTime() const { return m_startTime; }
73 void setStartTime(double startTime) { m_startTime = startTime; }
92 : m_startTime(0)
98 double m_startTime; member in class:WebCore::WebVTTCueData
H A DTextTrackCue.h63 double startTime() const { return m_startTime; }
125 double m_startTime; member in class:WebCore::TextTrackCue
H A DTextTrackCue.cpp67 : m_startTime(start)
131 if (m_startTime == value || value < 0)
135 m_startTime = value;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DInbandTextTrackPrivateClient.h49 double startTime() const { return m_startTime; }
50 void setStartTime(double startTime) { m_startTime = startTime; }
109 : m_startTime(0)
121 double m_startTime; member in class:WebCore::GenericCueData
H A DGraphicsLayerAnimation.h60 double startTime() const { return m_startTime; }
73 double m_startTime; member in class:WebCore::GraphicsLayerAnimation
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollElasticityController.mm98 , m_startTime(0)
303 CFTimeInterval timeDelta = [NSDate timeIntervalSinceReferenceDate] - m_startTime;
311 m_startTime = 0;
349 m_startTime = 0;
355 m_startTime = [NSDate timeIntervalSinceReferenceDate];
385 m_startTime = [NSDate timeIntervalSinceReferenceDate];
H A DScrollElasticityController.h95 CFTimeInterval m_startTime; member in class:WebCore::ScrollElasticityController

Completed in 216 milliseconds

12