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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PerformanceResourceTiming.cpp 89 double PerformanceResourceTiming::fetchStart() const
107 return fetchStart();
PerformanceTiming.cpp 114 unsigned long long PerformanceTiming::fetchStart() const
120 return monotonicTimeToIntegerMilliseconds(timing->fetchStart());
127 return fetchStart();
130 // Rather than exposing a special value that indicates no DNS, we "backfill" with fetchStart.
133 return fetchStart();
251 return fetchStart();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h 64 double fetchStart() const { return m_fetchStart; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebPerformance.cpp 96 double WebPerformance::fetchStart() const
98 return millisecondsToSeconds(m_private->timing()->fetchStart());
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java     [all...]

Completed in 353 milliseconds