Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoadTiming.h47 void markUnloadEventEnd() { m_unloadEventEnd = monotonicallyIncreasingTime(); } in markUnloadEventEnd()
57 double unloadEventEnd() const { return m_unloadEventEnd; } in unloadEventEnd()
75 double m_unloadEventEnd; variable
DDocumentLoadTiming.cpp39 , m_unloadEventEnd(0.0) in DocumentLoadTiming()