HomeSort by relevance Sort by last modified time
    Searched full:unloadeventstart (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/loader/
DocumentLoadTiming.h 34 , unloadEventStart(0.0)
49 double unloadEventStart;
FrameLoader.cpp 392 if (documentLoader && !documentLoader->timing()->unloadEventStart && !documentLoader->timing()->unloadEventEnd) {
395 m_frame->domWindow()->dispatchTimedEvent(unloadEvent, m_frame->domWindow()->document(), &timing->unloadEventStart, &timing->unloadEventEnd);
    [all...]
  /external/webkit/Source/WebCore/page/
PerformanceTiming.h 55 unsigned long long unloadEventStart() const;
PerformanceTiming.idl 36 readonly attribute unsigned long long unloadEventStart;
PerformanceTiming.cpp 100 unsigned long long PerformanceTiming::unloadEventStart() const
109 return toIntegerMilliseconds(timing->unloadEventStart);
  /external/webkit/Source/WebCore/
ChangeLog-2010-12-06     [all...]

Completed in 718 milliseconds