Searched defs:fetchStart (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceResourceTiming.cpp88 double PerformanceResourceTiming::fetchStart() const function in class:blink::PerformanceResourceTiming
106 return fetchStart();
H A DPerformanceTiming.cpp113 unsigned long long PerformanceTiming::fetchStart() const function in class:blink::PerformanceTiming
119 return monotonicTimeToIntegerMilliseconds(timing->fetchStart());
126 return fetchStart();
129 // Rather than exposing a special value that indicates no DNS, we "backfill" with fetchStart.
132 return fetchStart();
250 return fetchStart();
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoadTiming.h61 double fetchStart() const { return m_fetchStart; } function in class:blink::DocumentLoadTiming
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPerformance.cpp94 double WebPerformance::fetchStart() const function in class:blink::WebPerformance
96 return millisecondsToSeconds(m_private->timing()->fetchStart());

Completed in 359 milliseconds