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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.cpp 40 , m_redirectStart(0.0)
83 if (!m_redirectStart)
84 m_redirectStart = m_fetchStart;
DocumentLoadTiming.h 49 void markRedirectStart() { m_redirectStart = monotonicallyIncreasingTime(); }
61 double redirectStart() const { return m_redirectStart; }
79 double m_redirectStart;

Completed in 65 milliseconds