HomeSort by relevance Sort by last modified time
    Searched refs:monotonicallyIncreasingTime (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 184 double currentTime = monotonicallyIncreasingTime();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TraceEventDispatcher.cpp 86 m_lastEventProcessingTime = WTF::monotonicallyIncreasingTime();
InspectorTimelineAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 104 utterance->setStartTime(monotonicallyIncreasingTime());
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 124 return Platform::current()->monotonicallyIncreasingTime();
LinkHighlight.cpp 70 , m_startTime(monotonicallyIncreasingTime())
279 float extraDurationRequired = std::max(0.f, minPreFadeDuration - static_cast<float>(monotonicallyIncreasingTime() - m_startTime));
WebPagePopupImpl.cpp 326 PageWidgetDelegate::animate(m_page.get(), monotonicallyIncreasingTime());
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ProfilingCanvas.cpp 51 m_startTime = WTF::monotonicallyIncreasingTime();
59 double delta = WTF::monotonicallyIncreasingTime() - m_startTime;
BitmapImage.cpp 451 const double time = monotonicallyIncreasingTime();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 261 responseEndTime = monotonicallyIncreasingTime();
553 m_timeOfLastDataReceived = monotonicallyIncreasingTime();
716 finishedLoading(monotonicallyIncreasingTime());
DocumentThreadableLoader.cpp 91 m_requestStartedSeconds = monotonicallyIncreasingTime();
174 double elapsedTime = monotonicallyIncreasingTime() - m_requestStartedSeconds;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 426 bool needToScroll = data.updateDataFromParameters(step, delta, scrollableSize, WTF::monotonicallyIncreasingTime(), &parameters);
488 double currentTime = WTF::monotonicallyIncreasingTime();
  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.cpp 274 return 1000.0 * (monotonicallyIncreasingTime() - m_referenceTime);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerMessagingProxy.cpp 121 double originTime = document->loader() ? document->loader()->timing()->referenceMonotonicTime() : monotonicallyIncreasingTime();
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.cpp 58 RefPtrWillBeRawPtr<ServiceWorkerGlobalScope> context = adoptRefWillBeNoop(new ServiceWorkerGlobalScope(startupData->m_scriptURL, startupData->m_userAgent, thread, monotonicallyIncreasingTime(), startupData->m_workerClients.release()));
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 421 virtual double monotonicallyIncreasingTime() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TextFinderTest.cpp 416 virtual double monotonicallyIncreasingTime() OVERRIDE
418 return ensureFallback().monotonicallyIncreasingTime();
  /external/chromium_org/content/child/
blink_platform_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoader.cpp 528 didFinishLoading(0, monotonicallyIncreasingTime(), encodedDataLength);
ResourceFetcher.cpp 642 RefPtr<ResourceTimingInfo> info = ResourceTimingInfo::create(request.options().initiatorInfo.name, monotonicallyIncreasingTime());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptController.cpp 192 *compilationFinishTime = WTF::monotonicallyIncreasingTime();
  /external/chromium_org/third_party/WebKit/Source/platform/scheduler/
SchedulerTest.cpp 105 virtual double monotonicallyIncreasingTime() OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 162 , m_start(monotonicallyIncreasingTime())
168 *m_maxDuration = max(*m_maxDuration, monotonicallyIncreasingTime() - m_start);
    [all...]

Completed in 2639 milliseconds

12