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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h 47 void markUnloadEventStart() { m_unloadEventStart = monotonicallyIncreasingTime(); }
59 double unloadEventStart() const { return m_unloadEventStart; }
77 double m_unloadEventStart;
DocumentLoadTiming.cpp 38 , m_unloadEventStart(0.0)

Completed in 23 milliseconds