m_startTime 59 Source/bindings/v8/ScriptGCEvent.h : m_startTime(0.0) m_startTime 65 Source/bindings/v8/ScriptGCEvent.h m_startTime = 0.0; m_startTime 71 Source/bindings/v8/ScriptGCEvent.h double startTime() { return m_startTime; } m_startTime 72 Source/bindings/v8/ScriptGCEvent.h void setStartTime(double startTime) { m_startTime = startTime; } m_startTime 77 Source/bindings/v8/ScriptGCEvent.h double m_startTime; m_startTime 57 Source/core/animation/AnimationPlayer.cpp , m_startTime(nullValue()) m_startTime 96 Source/core/animation/AnimationPlayer.cpp if (isNull(m_startTime) || !m_timeline) m_startTime 98 Source/core/animation/AnimationPlayer.cpp return (m_timeline->effectiveTime() - m_startTime) * m_playbackRate; m_startTime 159 Source/core/animation/AnimationPlayer.cpp m_startTime = newStartTime; m_startTime 160 Source/core/animation/AnimationPlayer.cpp m_sortInfo.m_startTime = newStartTime; m_startTime 348 Source/core/animation/AnimationPlayer.cpp ASSERT(!std::isnan(m_startTime) && !std::isnan(other.m_startTime)); m_startTime 349 Source/core/animation/AnimationPlayer.cpp if (m_startTime < other.m_startTime) m_startTime 351 Source/core/animation/AnimationPlayer.cpp if (m_startTime > other.m_startTime) m_startTime 87 Source/core/animation/AnimationPlayer.h bool hasStartTime() const { return !isNull(m_startTime); } m_startTime 88 Source/core/animation/AnimationPlayer.h double startTime() const { return m_startTime; } m_startTime 118 Source/core/animation/AnimationPlayer.h , m_startTime(startTime) m_startTime 121 Source/core/animation/AnimationPlayer.h double m_startTime; m_startTime 141 Source/core/animation/AnimationPlayer.h double m_startTime; m_startTime 55 Source/core/animation/TimedItem.cpp , m_startTime(0) m_startTime 107 Source/core/animation/TimedItem.cpp const double localTime = inheritedTime - m_startTime; m_startTime 158 Source/core/animation/TimedItem.cpp m_calculated.localTime = m_lastUpdateTime - m_startTime; m_startTime 87 Source/core/animation/TimedItem.h double startTime() const { return m_startTime; } m_startTime 135 Source/core/animation/TimedItem.h const double m_startTime; m_startTime 440 Source/core/dom/Document.cpp , m_startTime(currentTime()) m_startTime 2645 Source/core/dom/Document.cpp return static_cast<int>((currentTime() - m_startTime) * 1000); m_startTime 1263 Source/core/dom/Document.h double m_startTime; m_startTime 74 Source/core/html/MediaFragmentURIParser.cpp , m_startTime(MediaPlayer::invalidTime()) m_startTime 85 Source/core/html/MediaFragmentURIParser.cpp return m_startTime; m_startTime 182 Source/core/html/MediaFragmentURIParser.cpp m_startTime = start; m_startTime 57 Source/core/html/MediaFragmentURIParser.h double m_startTime; m_startTime 55 Source/core/html/track/TextTrackCue.cpp : m_startTime(start) m_startTime 103 Source/core/html/track/TextTrackCue.cpp if (m_startTime == value || value < 0) m_startTime 107 Source/core/html/track/TextTrackCue.cpp m_startTime = value; m_startTime 62 Source/core/html/track/TextTrackCue.h double startTime() const { return m_startTime; } m_startTime 105 Source/core/html/track/TextTrackCue.h double m_startTime; m_startTime 39 Source/core/timing/PerformanceEntry.cpp , m_startTime(startTime) m_startTime 61 Source/core/timing/PerformanceEntry.cpp return m_startTime; m_startTime 69 Source/core/timing/PerformanceEntry.h const double m_startTime; m_startTime 417 Source/modules/webaudio/AudioBufferSourceNode.cpp m_startTime = when; m_startTime 48 Source/modules/webaudio/AudioScheduledSourceNode.cpp , m_startTime(0) m_startTime 75 Source/modules/webaudio/AudioScheduledSourceNode.cpp size_t startFrame = AudioUtilities::timeToSampleFrame(m_startTime, sampleRate); m_startTime 150 Source/modules/webaudio/AudioScheduledSourceNode.cpp m_startTime = when; m_startTime 104 Source/modules/webaudio/AudioScheduledSourceNode.h double m_startTime; // in seconds m_startTime 38 Source/platform/Clock.cpp m_startTime = m_lastTime = now(); m_startTime 43 Source/platform/Clock.cpp m_startTime = m_lastTime = now(); m_startTime 55 Source/platform/Clock.cpp m_lastTime = m_startTime = now(); m_startTime 64 Source/platform/Clock.cpp m_lastTime = m_startTime = now(); m_startTime 74 Source/platform/Clock.cpp m_lastTime = m_startTime = now(); m_startTime 87 Source/platform/Clock.cpp return (m_lastTime - m_startTime) * m_rate; m_startTime 57 Source/platform/Clock.h double m_startTime; m_startTime 49 Source/platform/exported/WebActiveGestureAnimation.cpp : m_startTime(startTime) m_startTime 59 Source/platform/exported/WebActiveGestureAnimation.cpp m_startTime = time; m_startTime 64 Source/platform/exported/WebActiveGestureAnimation.cpp return m_curve->apply(time - m_startTime, m_target); m_startTime 56 Source/platform/exported/WebActiveGestureAnimation.h double m_startTime; m_startTime 91 Source/platform/mac/ScrollElasticityController.h CFTimeInterval m_startTime; m_startTime 210 Source/platform/scroll/ScrollAnimatorNone.cpp m_startTime = 0; m_startTime 229 Source/platform/scroll/ScrollAnimatorNone.cpp if (!m_startTime || !pixelDelta || (pixelDelta < 0) != (m_desiredPosition - *m_currentPosition < 0)) { m_startTime 231 Source/platform/scroll/ScrollAnimatorNone.cpp m_startTime = 0; m_startTime 243 Source/platform/scroll/ScrollAnimatorNone.cpp if (!m_startTime) { m_startTime 258 Source/platform/scroll/ScrollAnimatorNone.cpp if (!m_startTime) { m_startTime 260 Source/platform/scroll/ScrollAnimatorNone.cpp m_startTime = currentTime - kTickTime / 2; m_startTime 262 Source/platform/scroll/ScrollAnimatorNone.cpp m_lastAnimationTime = m_startTime; m_startTime 270 Source/platform/scroll/ScrollAnimatorNone.cpp double deltaTime = m_lastAnimationTime - m_startTime; m_startTime 336 Source/platform/scroll/ScrollAnimatorNone.cpp double deltaTime = currentTime - m_startTime; m_startTime 371 Source/platform/scroll/ScrollAnimatorNone.cpp , m_startTime(0) m_startTime 429 Source/platform/scroll/ScrollAnimatorNone.cpp m_startTime = data.m_startTime; m_startTime 492 Source/platform/scroll/ScrollAnimatorNone.cpp if (m_horizontalData.m_startTime && m_horizontalData.animateScroll(currentTime)) m_startTime 494 Source/platform/scroll/ScrollAnimatorNone.cpp if (m_verticalData.m_startTime && m_verticalData.animateScroll(currentTime)) m_startTime 121 Source/platform/scroll/ScrollAnimatorNone.h double m_startTime; m_startTime 148 Source/platform/scroll/ScrollAnimatorNone.h double m_startTime; m_startTime 69 Source/platform/speech/PlatformSpeechSynthesisUtterance.h double startTime() const { return m_startTime; } m_startTime 70 Source/platform/speech/PlatformSpeechSynthesisUtterance.h void setStartTime(double startTime) { m_startTime = startTime; } m_startTime 85 Source/platform/speech/PlatformSpeechSynthesisUtterance.h double m_startTime; m_startTime 289 Source/web/LinkHighlight.cpp float extraDurationRequired = std::max(0.f, minPreFadeDuration - static_cast<float>(monotonicallyIncreasingTime() - m_startTime)); m_startTime 98 Source/web/LinkHighlight.h double m_startTime; m_startTime 190 Source/web/tests/ScrollAnimatorNoneTest.cpp this->m_startTime = data.m_startTime; m_startTime 204 Source/web/tests/ScrollAnimatorNoneTest.cpp return m_currentVelocity == other.m_currentVelocity && m_desiredPosition == other.m_desiredPosition && m_desiredVelocity == other.m_desiredVelocity && m_startPosition == other.m_startPosition && m_startTime == other.m_startTime && m_startVelocity == other.m_startVelocity && m_animationTime == other.m_animationTime && m_lastAnimationTime == other.m_lastAnimationTime && m_attackPosition == other.m_attackPosition && m_attackTime == other.m_attackTime && m_attackCurve == other.m_attackCurve && m_releasePosition == other.m_releasePosition && m_releaseTime == other.m_releaseTime && m_releaseCurve == other.m_releaseCurve; m_startTime 271 Source/web/tests/ScrollAnimatorNoneTest.cpp double oldTimeLeft = m_data->m_animationTime - (m_data->m_lastAnimationTime - m_data->m_startTime); m_startTime 278 Source/web/tests/ScrollAnimatorNoneTest.cpp double deltaTime = m_data->m_lastAnimationTime - m_data->m_startTime; m_startTime 304 Source/web/tests/ScrollAnimatorNoneTest.cpp bool testEstimatedMaxVelocity = m_data->m_startTime + m_data->m_animationTime - m_data->m_lastAnimationTime > m_data->m_releaseTime; m_startTime 308 Source/web/tests/ScrollAnimatorNoneTest.cpp double deltaTime = m_data->m_lastAnimationTime - m_data->m_startTime;