Home
last modified time | relevance | path

Searched refs:m_redirectStart (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoadTiming.cpp40 , m_redirectStart(0.0) in DocumentLoadTiming()
83 if (!m_redirectStart) in addRedirect()
84 m_redirectStart = m_fetchStart; in addRedirect()
DDocumentLoadTiming.h49 void markRedirectStart() { m_redirectStart = monotonicallyIncreasingTime(); } in markRedirectStart()
61 double redirectStart() const { return m_redirectStart; } in redirectStart()
79 double m_redirectStart; variable