time               12 LayoutTests/http/tests/cache/post-redirect-get.php header('Expires: ' . gmdate(DATE_RFC1123, time()-1));
time               12 LayoutTests/http/tests/cache/post-with-cached-subresources.php header('Expires: ' . gmdate(DATE_RFC1123, time()-1));
time                5 LayoutTests/http/tests/cache/resources/cacheable-iframe.php $expires = gmdate(DATE_RFC1123, time() + $max_age);
time               11 LayoutTests/http/tests/cache/resources/iframe304.php $last_modified = gmdate(DATE_RFC1123, time() - $one_year);
time               12 LayoutTests/http/tests/cache/resources/iframe304.php $expires = gmdate(DATE_RFC1123, time() + $one_year);
time               19 LayoutTests/http/tests/cache/resources/post-image-to-verify.php     $expires = gmdate(DATE_RFC1123, time() + $max_age);
time                2 LayoutTests/http/tests/cache/resources/referrer-echo.php header("Last-Modified: " . gmdate(DATE_RFC1123, time()));
time               16 LayoutTests/http/tests/cache/resources/reload-main-resource-iframe.php $last_modified = gmdate(DATE_RFC1123, time() + $max_age);
time               17 LayoutTests/http/tests/cache/resources/reload-main-resource-iframe.php $expires = gmdate(DATE_RFC1123, time() + $max_age);
time               12 LayoutTests/http/tests/cache/resources/stylesheet304-bad-content-type.php $last_modified = gmdate(DATE_RFC1123, time() - $one_year);
time               13 LayoutTests/http/tests/cache/resources/stylesheet304-bad-content-type.php $expires = gmdate(DATE_RFC1123, time() + $one_year);
time               11 LayoutTests/http/tests/cache/resources/stylesheet304.php $last_modified = gmdate(DATE_RFC1123, time() - $one_year);
time               12 LayoutTests/http/tests/cache/resources/stylesheet304.php $expires = gmdate(DATE_RFC1123, time() + $one_year);
time               11 LayoutTests/http/tests/cache/resources/x-frame-options.php $last_modified = gmdate(DATE_RFC1123, time() - $one_year);
time               12 LayoutTests/http/tests/cache/resources/x-frame-options.php $expires = gmdate(DATE_RFC1123, time() + $one_year);
time                6 LayoutTests/http/tests/cookies/resources/cookie-utility.php     setcookie($name, "deleted", time() - 86400, '/');
time               16 LayoutTests/http/tests/cookies/resources/cookie-utility.php     setcookie("foo", "awesomevalue", time() + 86400, '/');
time               22 LayoutTests/http/tests/cookies/resources/cookie-utility.php     setcookie("foo", "awesomevalue", time() + 86400, '/');
time               23 LayoutTests/http/tests/cookies/resources/cookie-utility.php     setcookie("bar", "anotherawesomevalue", time() + 86400, '/');
time               13 LayoutTests/http/tests/cookies/resources/set-cookie-on-redirect.php     setcookie("test_cookie", "", time() - 1);
time                8 LayoutTests/http/tests/inspector/network/resources/random-cached.php     $expires = gmdate(DATE_RFC1123, time() + $max_age);
time                9 LayoutTests/http/tests/inspector/network/resources/random-cached.php     $last_modified = gmdate(DATE_RFC1123, time() - $max_age);
time                8 LayoutTests/http/tests/inspector/network/resources/random-script.php     $expires = gmdate(DATE_RFC1123, time() + $max_age);
time                9 LayoutTests/http/tests/inspector/network/resources/random-script.php     $last_modified = gmdate(DATE_RFC1123, time() - $max_age);
time               30 LayoutTests/http/tests/inspector/network/resources/resource.php         $expires = gmdate(DATE_RFC1123, time() + $max_age);
time               31 LayoutTests/http/tests/inspector/network/resources/resource.php         $last_modified = gmdate(DATE_RFC1123, time() - $max_age);
time                4 LayoutTests/http/tests/misc/resources/prefetch-purpose.php     setcookie("Purpose", "", time() - 3600);
time               12 LayoutTests/http/tests/navigation/resources/save-Ping.php     setcookie($name, "deleted", time() - 60, "/");
time               22 LayoutTests/http/tests/security/contentSecurityPolicy/resources/save-report.php     setcookie($name, "deleted", time() - 60, "/");
time                6 LayoutTests/jquery/resources/test/data/test.php <script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script>
time              296 Source/core/accessibility/AXMediaControls.cpp     float time = element->currentValue();
time              297 Source/core/accessibility/AXMediaControls.cpp     return localizedMediaTimeDescription(fabsf(time));
time               36 Source/core/animation/AnimationClock.cpp void AnimationClock::updateTime(double time)
time               38 Source/core/animation/AnimationClock.cpp     if (time > m_time)
time               39 Source/core/animation/AnimationClock.cpp         m_time = time;
time               53 Source/core/animation/AnimationClock.h     void updateTime(double time);
time              104 Source/core/animation/AnimationPlayer.cpp     double time = currentTimeWithoutLag();
time              105 Source/core/animation/AnimationPlayer.cpp     return std::isinf(time) ? time : time - m_storedTimeLag;
time               79 Source/core/animation/AnimationPlayerTest.cpp     bool updateTimeline(double time)
time               81 Source/core/animation/AnimationPlayerTest.cpp         document->animationClock().updateTime(time);
time               58 Source/core/animation/CompositorAnimationsTestHelper.h     return a.time == b.time && a.value == b.value;
time               63 Source/core/animation/CompositorAnimationsTestHelper.h     *os << "WebFloatKeyframe@" << &frame << "(" << frame.time << ", " << frame.value << ")";
time              168 Source/core/animation/DocumentTimeline.cpp     double time = currentTime();
time              169 Source/core/animation/DocumentTimeline.cpp     return std::isnan(time) ? 0 : time;
time              102 Source/core/animation/DocumentTimelineTest.cpp     void updateClockAndService(double time)
time              104 Source/core/animation/DocumentTimelineTest.cpp         document->animationClock().updateTime(time);
time               72 Source/core/animation/TimedItemTest.cpp     void updateInheritedTime(double time)
time               75 Source/core/animation/TimedItemTest.cpp         TimedItem::updateInheritedTime(time);
time              493 Source/core/dom/StyleEngine.cpp StyleResolverChange StyleEngine::resolverChanged(RecalcStyleTime time, StyleResolverUpdateMode mode)
time              499 Source/core/dom/StyleEngine.cpp             master->styleResolverChanged(time, mode);
time               65 Source/core/frame/ConsoleBase.h     void time(const String&);
time             1650 Source/core/html/HTMLMediaElement.cpp     double time = WTF::currentTime();
time             1651 Source/core/html/HTMLMediaElement.cpp     double timedelta = time - m_previousProgressTime;
time             1655 Source/core/html/HTMLMediaElement.cpp         m_previousProgressTime = time;
time             1690 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::seek(double time, ExceptionState& exceptionState)
time             1692 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::seek(%f)", time);
time             1721 Source/core/html/HTMLMediaElement.cpp     time = min(time, duration());
time             1724 Source/core/html/HTMLMediaElement.cpp     time = max(time, 0.0);
time             1732 Source/core/html/HTMLMediaElement.cpp     double mediaTime = m_player->mediaTimeForTimeValue(time);
time             1733 Source/core/html/HTMLMediaElement.cpp     if (time != mediaTime)
time             1734 Source/core/html/HTMLMediaElement.cpp         WTF_LOG(Media, "HTMLMediaElement::seek(%f) - media timeline equivalent is %f", time, mediaTime);
time             1736 Source/core/html/HTMLMediaElement.cpp     time = m_player->mediaTimeForTimeValue(time);
time             1747 Source/core/html/HTMLMediaElement.cpp     bool noSeekRequired = !seekableRanges->length() || (time == now && displayMode() != Poster);
time             1755 Source/core/html/HTMLMediaElement.cpp         if (time == now) {
time             1765 Source/core/html/HTMLMediaElement.cpp     time = seekableRanges->nearest(time);
time             1771 Source/core/html/HTMLMediaElement.cpp     m_lastSeekTime = time;
time             1778 Source/core/html/HTMLMediaElement.cpp     m_player->seek(time);
time             1864 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::setCurrentTime(double time, ExceptionState& exceptionState)
time             1867 Source/core/html/HTMLMediaElement.cpp     if (!std::isfinite(time)) {
time             1868 Source/core/html/HTMLMediaElement.cpp         exceptionState.throwTypeError(ExceptionMessages::notAFiniteNumber(time));
time             1875 Source/core/html/HTMLMediaElement.cpp     seek(time, exceptionState);
time             2836 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::mediaPlayerRequestSeek(double time)
time             2840 Source/core/html/HTMLMediaElement.cpp         m_mediaController->setCurrentTime(time, IGNORE_EXCEPTION);
time             2843 Source/core/html/HTMLMediaElement.cpp     setCurrentTime(time, IGNORE_EXCEPTION);
time             2883 Source/core/html/HTMLMediaElement.cpp         double time = currentTime();
time             2884 Source/core/html/HTMLMediaElement.cpp         if (time > m_lastSeekTime)
time             2885 Source/core/html/HTMLMediaElement.cpp             addPlayedRange(m_lastSeekTime, time);
time             3031 Source/core/html/HTMLMediaElement.cpp         double time = currentTime();
time             3032 Source/core/html/HTMLMediaElement.cpp         if (time > m_lastSeekTime)
time             3033 Source/core/html/HTMLMediaElement.cpp             addPlayedRange(m_lastSeekTime, time);
time              340 Source/core/html/HTMLMediaElement.h     void seek(double time, ExceptionState&);
time              161 Source/core/html/MediaController.cpp void MediaController::setCurrentTime(double time, ExceptionState& exceptionState)
time              164 Source/core/html/MediaController.cpp     if (!std::isfinite(time)) {
time              165 Source/core/html/MediaController.cpp         exceptionState.throwTypeError(ExceptionMessages::notAFiniteNumber(time));
time              172 Source/core/html/MediaController.cpp     time = max(0.0, time);
time              176 Source/core/html/MediaController.cpp     time = min(time, duration());
time              179 Source/core/html/MediaController.cpp     m_position = time;
time              180 Source/core/html/MediaController.cpp     m_clock->setCurrentTime(time);
time              184 Source/core/html/MediaController.cpp         m_mediaElements[index]->seek(time, exceptionState);
time              236 Source/core/html/MediaFragmentURIParser.cpp bool MediaFragmentURIParser::parseNPTTime(const LChar* timeString, unsigned length, unsigned& offset, double& time)
time              266 Source/core/html/MediaFragmentURIParser.cpp         time = value1;
time              276 Source/core/html/MediaFragmentURIParser.cpp         time = value1 + fraction;
time              315 Source/core/html/MediaFragmentURIParser.cpp     time = (value1 * secondsPerHour) + (value2 * secondsPerMinute) + value3 + fraction;
time               53 Source/core/html/MediaFragmentURIParser.h     bool parseNPTTime(const LChar*, unsigned length, unsigned& offset, double& time);
time              178 Source/core/html/TimeRanges.cpp bool TimeRanges::contain(double time) const
time              181 Source/core/html/TimeRanges.cpp         if (time >= start(n, IGNORE_EXCEPTION) && time <= end(n, IGNORE_EXCEPTION))
time              187 Source/core/html/TimeRanges.cpp double TimeRanges::nearest(double time) const
time              194 Source/core/html/TimeRanges.cpp         if (time >= startTime && time <= endTime)
time              195 Source/core/html/TimeRanges.cpp             return time;
time              196 Source/core/html/TimeRanges.cpp         if (fabs(startTime - time) < closest)
time              197 Source/core/html/TimeRanges.cpp             closest = fabs(startTime - time);
time              198 Source/core/html/TimeRanges.cpp         else if (fabs(endTime - time) < closest)
time              199 Source/core/html/TimeRanges.cpp             closest = fabs(endTime - time);
time               63 Source/core/html/TimeRanges.h     bool contain(double time) const;
time               65 Source/core/html/TimeRanges.h     double nearest(double time) const;
time              102 Source/core/html/forms/InputType.cpp     map->add(InputTypeNames::time, TimeInputType::create);
time               71 Source/core/html/forms/TimeInputType.cpp     return InputTypeNames::time;
time              131 Source/core/html/shadow/MediaControlElementTypes.cpp void MediaControlTimeDisplayElement::setCurrentValue(double time)
time              133 Source/core/html/shadow/MediaControlElementTypes.cpp     m_currentValue = time;
time              365 Source/core/html/shadow/MediaControlElements.cpp     double time = value().toDouble();
time              370 Source/core/html/shadow/MediaControlElements.cpp             mediaElement().controller()->setCurrentTime(time, IGNORE_EXCEPTION);
time              372 Source/core/html/shadow/MediaControlElements.cpp             mediaElement().setCurrentTime(time, IGNORE_EXCEPTION);
time              409 Source/core/rendering/RenderMediaControls.cpp static String formatChromiumMediaControlsTime(float time, float duration)
time              411 Source/core/rendering/RenderMediaControls.cpp     if (!std::isfinite(time))
time              412 Source/core/rendering/RenderMediaControls.cpp         time = 0;
time              415 Source/core/rendering/RenderMediaControls.cpp     int seconds = static_cast<int>(fabsf(time));
time              426 Source/core/rendering/RenderMediaControls.cpp         return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
time              428 Source/core/rendering/RenderMediaControls.cpp         return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
time              430 Source/core/rendering/RenderMediaControls.cpp     return String::format("%s%01d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
time              433 Source/core/rendering/RenderMediaControls.cpp String RenderMediaControls::formatMediaControlsTime(float time)
time              435 Source/core/rendering/RenderMediaControls.cpp     return formatChromiumMediaControlsTime(time, time);
time               45 Source/core/rendering/RenderMediaControls.h     static String formatMediaControlsTime(float time);
time              453 Source/core/rendering/RenderTheme.cpp String RenderTheme::formatMediaControlsTime(float time) const
time              455 Source/core/rendering/RenderTheme.cpp     if (!std::isfinite(time))
time              456 Source/core/rendering/RenderTheme.cpp         time = 0;
time              457 Source/core/rendering/RenderTheme.cpp     int seconds = (int)fabsf(time);
time              463 Source/core/rendering/RenderTheme.cpp             return String::format("%s%02d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
time              465 Source/core/rendering/RenderTheme.cpp         return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
time              468 Source/core/rendering/RenderTheme.cpp     return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
time              173 Source/core/rendering/RenderTheme.h     virtual String formatMediaControlsTime(float time) const;
time              184 Source/core/rendering/RenderThemeChromiumMac.h     virtual String formatMediaControlsTime(float time) const OVERRIDE;
time              334 Source/core/rendering/RenderThemeChromiumSkia.cpp String RenderThemeChromiumSkia::formatMediaControlsTime(float time) const
time              336 Source/core/rendering/RenderThemeChromiumSkia.cpp     return RenderMediaControls::formatMediaControlsTime(time);
time               98 Source/core/rendering/RenderThemeChromiumSkia.h     virtual String formatMediaControlsTime(float time) const OVERRIDE;
time               66 Source/core/svg/SVGAnimationElement.cpp         float time = timeString.toFloat(&ok);
time               67 Source/core/svg/SVGAnimationElement.cpp         if (!ok || time < 0 || time > 1)
time               71 Source/core/svg/SVGAnimationElement.cpp                 if (time)
time               73 Source/core/svg/SVGAnimationElement.cpp             } else if (time < result.last())
time               76 Source/core/svg/SVGAnimationElement.cpp         result.append(time);
time               37 Source/core/svg/animation/SMILTime.h     SMILTime(double time) : m_time(time) { ASSERT(!std::isnan(time)); }
time               69 Source/core/svg/animation/SMILTime.h     SMILTimeWithOrigin(const SMILTime& time, Origin origin)
time               70 Source/core/svg/animation/SMILTime.h         : m_time(time)
time               75 Source/core/svg/animation/SMILTime.h     const SMILTime& time() const { return m_time; }
time               90 Source/core/svg/animation/SMILTime.h inline bool operator<(const SMILTimeWithOrigin& a, const SMILTimeWithOrigin& b) { return a.time() < b.time(); }
time              209 Source/core/svg/animation/SMILTimeContainer.cpp void SMILTimeContainer::setElapsed(SMILTime time)
time              213 Source/core/svg/animation/SMILTimeContainer.cpp         m_presetStartTime = time.value();
time              220 Source/core/svg/animation/SMILTimeContainer.cpp     m_beginTime = now - time.value();
time              224 Source/core/svg/animation/SMILTimeContainer.cpp         m_accumulatedActiveTime = time.value();
time              243 Source/core/svg/animation/SMILTimeContainer.cpp     updateAnimationsAndScheduleFrameIfNeeded(time, true);
time              487 Source/core/svg/animation/SVGSMILElement.cpp         existing.add(timeList[n].time().value());
time              813 Source/core/svg/animation/SVGSMILElement.cpp     return left.time() < right.time();
time              829 Source/core/svg/animation/SVGSMILElement.cpp     const SMILTime& currentTime = list[indexOfResult].time();
time              845 Source/core/svg/animation/SVGSMILElement.cpp         nextTime = list[indexOfResult + 1].time();
time             1262 Source/core/svg/animation/SVGSMILElement.cpp             SMILTime time = 0;
time             1264 Source/core/svg/animation/SVGSMILElement.cpp                 time = syncbase->m_intervalBegin + condition.m_offset;
time             1266 Source/core/svg/animation/SVGSMILElement.cpp                 time = syncbase->m_intervalEnd + condition.m_offset;
time             1267 Source/core/svg/animation/SVGSMILElement.cpp             if (!time.isFinite())
time             1270 Source/core/svg/animation/SVGSMILElement.cpp                 addBeginTime(elapsed(), time);
time             1272 Source/core/svg/animation/SVGSMILElement.cpp                 addEndTime(elapsed(), time);
time               42 Source/core/timing/ResourceTimingInfo.h     static PassRefPtr<ResourceTimingInfo> create(const AtomicString& type, const double time)
time               44 Source/core/timing/ResourceTimingInfo.h         return adoptRef(new ResourceTimingInfo(type, time));
time               52 Source/core/timing/ResourceTimingInfo.h     void setLoadFinishTime(double time) { m_loadFinishTime = time; }
time               72 Source/core/timing/ResourceTimingInfo.h     ResourceTimingInfo(const AtomicString& type, const double time)
time               74 Source/core/timing/ResourceTimingInfo.h         , m_initialTime(time)
time              139 Source/modules/vibration/NavigatorVibration.cpp bool NavigatorVibration::vibrate(Navigator& navigator, unsigned time)
time              142 Source/modules/vibration/NavigatorVibration.cpp     pattern.append(time);
time               51 Source/modules/vibration/NavigatorVibration.h     static bool vibrate(Navigator&, unsigned time);
time               88 Source/modules/webaudio/AudioParam.h     void setValueAtTime(float value, double time) { m_timeline.setValueAtTime(value, time); }
time               89 Source/modules/webaudio/AudioParam.h     void linearRampToValueAtTime(float value, double time) { m_timeline.linearRampToValueAtTime(value, time); }
time               90 Source/modules/webaudio/AudioParam.h     void exponentialRampToValueAtTime(float value, double time, ExceptionState& es) { m_timeline.exponentialRampToValueAtTime(value, time, es); }
time               91 Source/modules/webaudio/AudioParam.h     void setTargetAtTime(float target, double time, double timeConstant) { m_timeline.setTargetAtTime(target, time, timeConstant); }
time               92 Source/modules/webaudio/AudioParam.h     void setValueCurveAtTime(Float32Array* curve, double time, double duration) { m_timeline.setValueCurveAtTime(curve, time, duration); }
time               43 Source/modules/webaudio/AudioParamTimeline.cpp void AudioParamTimeline::setValueAtTime(float value, double time)
time               45 Source/modules/webaudio/AudioParamTimeline.cpp     insertEvent(ParamEvent(ParamEvent::SetValue, value, time, 0, 0, nullptr));
time               48 Source/modules/webaudio/AudioParamTimeline.cpp void AudioParamTimeline::linearRampToValueAtTime(float value, double time)
time               50 Source/modules/webaudio/AudioParamTimeline.cpp     insertEvent(ParamEvent(ParamEvent::LinearRampToValue, value, time, 0, 0, nullptr));
time               53 Source/modules/webaudio/AudioParamTimeline.cpp void AudioParamTimeline::exponentialRampToValueAtTime(float value, double time, ExceptionState& exceptionState)
time               63 Source/modules/webaudio/AudioParamTimeline.cpp     insertEvent(ParamEvent(ParamEvent::ExponentialRampToValue, value, time, 0, 0, nullptr));
time               66 Source/modules/webaudio/AudioParamTimeline.cpp void AudioParamTimeline::setTargetAtTime(float target, double time, double timeConstant)
time               68 Source/modules/webaudio/AudioParamTimeline.cpp     insertEvent(ParamEvent(ParamEvent::SetTarget, target, time, timeConstant, 0, nullptr));
time               71 Source/modules/webaudio/AudioParamTimeline.cpp void AudioParamTimeline::setValueCurveAtTime(Float32Array* curve, double time, double duration)
time               73 Source/modules/webaudio/AudioParamTimeline.cpp     insertEvent(ParamEvent(ParamEvent::SetValueCurve, 0, time, 0, duration, curve));
time               86 Source/modules/webaudio/AudioParamTimeline.cpp         && isValidNumber(event.time())
time               98 Source/modules/webaudio/AudioParamTimeline.cpp     double insertTime = event.time();
time              101 Source/modules/webaudio/AudioParamTimeline.cpp         if (m_events[i].time() == insertTime && m_events[i].type() == event.type()) {
time              106 Source/modules/webaudio/AudioParamTimeline.cpp         if (m_events[i].time() > insertTime)
time              119 Source/modules/webaudio/AudioParamTimeline.cpp         if (m_events[i].time() >= startTime) {
time              132 Source/modules/webaudio/AudioParamTimeline.cpp         if (!tryLocker.locked() || !context || !m_events.size() || context->currentTime() < m_events[0].time()) {
time              188 Source/modules/webaudio/AudioParamTimeline.cpp     if (!m_events.size() || endTime <= m_events[0].time()) {
time              200 Source/modules/webaudio/AudioParamTimeline.cpp     double firstEventTime = m_events[0].time();
time              223 Source/modules/webaudio/AudioParamTimeline.cpp         if (nextEvent && nextEvent->time() < currentTime)
time              227 Source/modules/webaudio/AudioParamTimeline.cpp         double time1 = event.time();
time              229 Source/modules/webaudio/AudioParamTimeline.cpp         double time2 = nextEvent ? nextEvent->time() : endTime + 1;
time               47 Source/modules/webaudio/AudioParamTimeline.h     void setValueAtTime(float value, double time);
time               48 Source/modules/webaudio/AudioParamTimeline.h     void linearRampToValueAtTime(float value, double time);
time               49 Source/modules/webaudio/AudioParamTimeline.h     void exponentialRampToValueAtTime(float value, double time, ExceptionState&);
time               50 Source/modules/webaudio/AudioParamTimeline.h     void setTargetAtTime(float target, double time, double timeConstant);
time               51 Source/modules/webaudio/AudioParamTimeline.h     void setValueCurveAtTime(Float32Array* curve, double time, double duration);
time               79 Source/modules/webaudio/AudioParamTimeline.h         ParamEvent(Type type, float value, double time, double timeConstant, double duration, PassRefPtr<Float32Array> curve)
time               82 Source/modules/webaudio/AudioParamTimeline.h             , m_time(time)
time               91 Source/modules/webaudio/AudioParamTimeline.h         double time() const { return m_time; }
time               41 Source/platform/Clock.cpp void Clock::setCurrentTime(double time)
time               44 Source/platform/Clock.cpp     m_offset = time;
time               43 Source/platform/FileMetadata.h inline bool isValidFileTime(double time) { return std::isfinite(time); }
time               58 Source/platform/audio/AudioUtilities.cpp size_t timeToSampleFrame(double time, double sampleRate)
time               60 Source/platform/audio/AudioUtilities.cpp     return static_cast<size_t>(round(time * sampleRate));
time               43 Source/platform/audio/AudioUtilities.h PLATFORM_EXPORT size_t timeToSampleFrame(double time, double sampleRate);
time               56 Source/platform/exported/WebActiveGestureAnimation.cpp bool WebActiveGestureAnimation::animate(double time)
time               59 Source/platform/exported/WebActiveGestureAnimation.cpp         m_startTime = time;
time               64 Source/platform/exported/WebActiveGestureAnimation.cpp     return m_curve->apply(time - m_startTime, m_target);
time               50 Source/platform/exported/WebActiveGestureAnimation.h     bool animate(double time);
time               32 Source/platform/exported/WebFilterKeyframe.cpp WebFilterKeyframe::WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations> value)
time               33 Source/platform/exported/WebFilterKeyframe.cpp     : m_time(time)
time               32 Source/platform/exported/WebTransformKeyframe.cpp WebTransformKeyframe::WebTransformKeyframe(double time, PassOwnPtr<WebTransformOperations> value)
time               33 Source/platform/exported/WebTransformKeyframe.cpp     : m_time(time)
time               61 Source/platform/exported/WebURLLoadTiming.cpp void WebURLLoadTiming::setRequestTime(double time)
time               63 Source/platform/exported/WebURLLoadTiming.cpp     m_private->requestTime = time;
time              423 Source/platform/graphics/BitmapImage.cpp     const double time = monotonicallyIncreasingTime();
time              425 Source/platform/graphics/BitmapImage.cpp         m_desiredFrameStartTime = time;
time              449 Source/platform/graphics/BitmapImage.cpp     if ((time - m_desiredFrameStartTime) > cAnimationResyncCutoff)
time              450 Source/platform/graphics/BitmapImage.cpp         m_desiredFrameStartTime = time + currentDuration;
time              462 Source/platform/graphics/BitmapImage.cpp     if (nextFrame == 0 && m_repetitionsComplete == 0 && m_desiredFrameStartTime < time)
time              463 Source/platform/graphics/BitmapImage.cpp         m_desiredFrameStartTime = time;
time              465 Source/platform/graphics/BitmapImage.cpp     if (!catchUpIfNecessary || time < m_desiredFrameStartTime) {
time              468 Source/platform/graphics/BitmapImage.cpp         m_frameTimer->startOneShot(std::max(m_desiredFrameStartTime - time, 0.), FROM_HERE);
time              477 Source/platform/graphics/BitmapImage.cpp             if (time < frameAfterNextStartTime)
time              101 Source/platform/network/ResourceLoadTiming.h     double calculateMillisecondDelta(double time) const { return time ? (time - requestTime) * 1000 : -1; }
time               93 Source/web/DateTimeChooserImpl.cpp     else if (type == WebCore::InputTypeNames::time)
time              101 Source/web/ExternalDateTimeChooser.cpp     if (source == InputTypeNames::time)
time               56 Source/web/WebInputEventFactoryGtk.cpp bool shouldForgetPreviousClick(GdkWindow* window, gint time, gint x, gint y)
time               68 Source/web/WebInputEventFactoryGtk.cpp     return (time - gLastClickTime) > doubleClickTime
time               93 Source/web/WebInputEventFactoryGtk.cpp static double gdkEventTimeToWebEventTime(guint32 time)
time               96 Source/web/WebInputEventFactoryGtk.cpp     return time / 1000.0;
time              361 Source/web/WebInputEventFactoryGtk.cpp     result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
time              451 Source/web/WebInputEventFactoryGtk.cpp     result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
time              484 Source/web/WebInputEventFactoryGtk.cpp         bool forgetPreviousClick = shouldForgetPreviousClick(event->window, event->time, event->x, event->y);
time              496 Source/web/WebInputEventFactoryGtk.cpp         gLastClickTime = event->time;
time              507 Source/web/WebInputEventFactoryGtk.cpp     result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
time              532 Source/web/WebInputEventFactoryGtk.cpp     if (shouldForgetPreviousClick(event->window, event->time, event->x, event->y))
time              542 Source/web/WebInputEventFactoryGtk.cpp     result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
time              571 Source/web/WebInputEventFactoryGtk.cpp     if (shouldForgetPreviousClick(event->window, event->time, event->x, event->y))
time              586 Source/web/WebInputEventFactoryGtk.cpp     result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
time              175 Source/web/WebMediaPlayerClientImpl.cpp void WebMediaPlayerClientImpl::requestSeek(double time)
time              177 Source/web/WebMediaPlayerClientImpl.cpp     m_client->mediaPlayerRequestSeek(time);
time              277 Source/web/WebMediaPlayerClientImpl.cpp void WebMediaPlayerClientImpl::seek(double time)
time              280 Source/web/WebMediaPlayerClientImpl.cpp         m_webMediaPlayer->seek(time);
time              106 Source/web/WebMediaPlayerClientImpl.h     virtual void seek(double time) OVERRIDE;
time              236 Source/web/tests/ScrollAnimatorNoneTest.cpp     void curveTestInner(ScrollAnimatorNone::Curve, double step, double time);
time              354 Source/web/tests/ScrollAnimatorNoneTest.cpp void ScrollAnimatorNoneTest::curveTestInner(ScrollAnimatorNone::Curve curve, double step, double time)
time              362 Source/web/tests/ScrollAnimatorNoneTest.cpp     for (double t = step ; t <= time ; t += step) {
time              363 Source/web/tests/ScrollAnimatorNoneTest.cpp         double newPos = attackCurve(curve, t, time, 0, kPosition);
time              368 Source/web/tests/ScrollAnimatorNoneTest.cpp         accumulate += (oldPos + newPos) / 2 * (step / time);
time              376 Source/web/tests/ScrollAnimatorNoneTest.cpp         double area = attackArea(curve, 0, t / time) * kPosition;
time              384 Source/web/tests/ScrollAnimatorNoneTest.cpp     for (double t = step ; t <= time ; t += step) {
time              385 Source/web/tests/ScrollAnimatorNoneTest.cpp         double newPos = releaseCurve(curve, t, time, 0, kPosition);
time              390 Source/web/tests/ScrollAnimatorNoneTest.cpp         accumulate -= (kPosition - (oldPos + newPos) / 2) * (step / time);
time              398 Source/web/tests/ScrollAnimatorNoneTest.cpp         double area = releaseArea(curve, t / time, 1) * kPosition;
time               56 Source/web/tests/WebInputEventFactoryTestGtk.cpp     firstClick.time = 0;
time               65 Source/web/tests/WebInputEventFactoryTestGtk.cpp     secondClick.time = firstClick.time + 100;
time               70 Source/web/tests/WebInputEventFactoryTestGtk.cpp     firstClick.time += 10000;
time               76 Source/web/tests/WebInputEventFactoryTestGtk.cpp     secondClick.time = firstClick.time + 1000;
time               81 Source/web/tests/WebInputEventFactoryTestGtk.cpp     firstClick.time += 10000;
time               87 Source/web/tests/WebInputEventFactoryTestGtk.cpp     secondClick.time = firstClick.time + 1;
time               93 Source/web/tests/WebInputEventFactoryTestGtk.cpp     firstClick.time += 10000;
time               99 Source/web/tests/WebInputEventFactoryTestGtk.cpp     secondClick.time = firstClick.time + 1;
time              105 Source/web/tests/WebInputEventFactoryTestGtk.cpp     firstClick.time += 10000;
time              111 Source/web/tests/WebInputEventFactoryTestGtk.cpp     secondClick.time = firstClick.time + 1;
time              124 Source/web/tests/WebInputEventFactoryTestGtk.cpp     mouseDown.time = 0;
time              130 Source/web/tests/WebInputEventFactoryTestGtk.cpp     mouseDown.time += 10000;
time              138 Source/web/tests/WebInputEventFactoryTestGtk.cpp         mouseDown.time += 100;
time              142 Source/web/tests/WebInputEventFactoryTestGtk.cpp         mouseUp.time = mouseDown.time + 50;
time              148 Source/web/tests/WebInputEventFactoryTestGtk.cpp     mouseDown.time += 10000;
time              157 Source/web/tests/WebInputEventFactoryTestGtk.cpp     mouseMove.time = mouseDown.time;
time              161 Source/web/tests/WebInputEventFactoryTestGtk.cpp     mouseUp.time = mouseDown.time + 50;
time              166 Source/web/tests/WebInputEventFactoryTestGtk.cpp     mouseDown.time += 10000;
time              171 Source/web/tests/WebInputEventFactoryTestGtk.cpp     mouseMove.time = mouseDown.time + 1000;
time              175 Source/web/tests/WebInputEventFactoryTestGtk.cpp     mouseUp.time = mouseMove.time + 50;
time              369 Source/wtf/DateMath.cpp     time_t localTime = time(0);
time               64 Source/wtf/GregorianDateTime.cpp     time_t localTime = time(0);
time              439 public/platform/Platform.h     virtual void vibrate(unsigned time) { }
time               47 public/platform/WebFilterKeyframe.h     BLINK_PLATFORM_EXPORT WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations>);
time               52 public/platform/WebFilterKeyframe.h     double time() const { return m_time; }
time               47 public/platform/WebFloatAnimationCurve.h     virtual float getValue(double time) const = 0;
time               31 public/platform/WebFloatKeyframe.h     WebFloatKeyframe(double time, float value)
time               32 public/platform/WebFloatKeyframe.h         : time(time)
time               37 public/platform/WebFloatKeyframe.h     double time;
time               41 public/platform/WebGestureCurve.h     virtual bool apply(double time, WebGestureCurveTarget*) = 0;
time               40 public/platform/WebTransformKeyframe.h     BLINK_PLATFORM_EXPORT WebTransformKeyframe(double time, WTF::PassOwnPtr<WebTransformOperations> value);
time               45 public/platform/WebTransformKeyframe.h     BLINK_PLATFORM_EXPORT double time() const;