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

  /external/webkit/Source/WebCore/loader/
DocumentLoadTiming.h 35 , unloadEventEnd(0.0)
50 double unloadEventEnd;
  /external/webkit/Source/WebCore/page/
PerformanceTiming.cpp 112 unsigned long long PerformanceTiming::unloadEventEnd() const
121 return toIntegerMilliseconds(timing->unloadEventEnd);
  /external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp 76 double WebPerformance::unloadEventEnd() const
78 return millisecondsToSeconds(m_private->timing()->unloadEventEnd());

Completed in 49 milliseconds