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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h 59 double unloadEventStart() const { return m_unloadEventStart; }
  /external/chromium_org/third_party/WebKit/Source/core/page/
PerformanceTiming.cpp 66 unsigned long long PerformanceTiming::unloadEventStart() const
75 return monotonicTimeToIntegerMilliseconds(timing->unloadEventStart());

Completed in 89 milliseconds