HomeSort by relevance Sort by last modified time
    Searched refs:redirectStart (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/loader/
DocumentLoadTiming.h 36 , redirectStart(0.0)
51 double redirectStart;
MainResourceLoader.cpp 188 if (!documentLoadTiming->redirectStart)
189 documentLoadTiming->redirectStart = documentLoadTiming->fetchStart;
  /external/webkit/Source/WebCore/page/
PerformanceTiming.h 57 unsigned long long redirectStart() const;
PerformanceTiming.idl 38 readonly attribute unsigned long long redirectStart;
PerformanceTiming.cpp 124 unsigned long long PerformanceTiming::redirectStart() const
133 return toIntegerMilliseconds(timing->redirectStart);
  /external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp 81 double WebPerformance::redirectStart() const
83 return millisecondsToSeconds(m_private->timing()->redirectStart());
  /external/webkit/Source/WebKit/chromium/public/
WebPerformance.h 65 WEBKIT_API double redirectStart() const;

Completed in 91 milliseconds