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

  /external/webkit/Source/WebCore/loader/
DocumentLoadTiming.h 34 , unloadEventStart(0.0)
49 double unloadEventStart;
  /external/webkit/Source/WebCore/page/
PerformanceTiming.cpp 100 unsigned long long PerformanceTiming::unloadEventStart() const
109 return toIntegerMilliseconds(timing->unloadEventStart);

Completed in 28 milliseconds