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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h 53 void markLoadEventStart() { m_loadEventStart = monotonicallyIncreasingTime(); }
66 double loadEventStart() const { return m_loadEventStart; }
84 double m_loadEventStart;
DocumentLoadTiming.cpp 46 , m_loadEventStart(0.0)

Completed in 72 milliseconds