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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.cpp 41 , m_redirectEnd(0.0)
85 m_redirectEnd = m_fetchStart = monotonicallyIncreasingTime();
DocumentLoadTiming.h 50 void markRedirectEnd() { m_redirectEnd = monotonicallyIncreasingTime(); }
62 double redirectEnd() const { return m_redirectEnd; }
80 double m_redirectEnd;

Completed in 28 milliseconds