HomeSort by relevance Sort by last modified time
    Searched defs:fetchStart (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceResourceTiming.cpp 88 double PerformanceResourceTiming::fetchStart() const
106 return fetchStart();
PerformanceTiming.cpp 113 unsigned long long PerformanceTiming::fetchStart() const
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/web/
WebPerformance.cpp 94 double WebPerformance::fetchStart() const
96 return millisecondsToSeconds(m_private->timing()->fetchStart());
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h 61 double fetchStart() const { return m_fetchStart; }

Completed in 3191 milliseconds