Home
last modified time | relevance | path

Searched refs:unloadEventStart (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformanceTiming.cpp66 unsigned long long PerformanceTiming::unloadEventStart() const in unloadEventStart() function in WebCore::PerformanceTiming
75 return monotonicTimeToIntegerMilliseconds(timing->unloadEventStart()); in unloadEventStart()
DPerformanceTiming.h56 unsigned long long unloadEventStart() const;
DPerformanceUserTiming.cpp46 map.add("unloadEventStart", &PerformanceTiming::unloadEventStart); in restrictedKeyMap()
DPerformanceTiming.idl36 readonly attribute unsigned long long unloadEventStart;
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoadTiming.h57 double unloadEventStart() const { return m_unloadEventStart; } in unloadEventStart() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp2689 …if (documentLoader && !documentLoader->timing()->unloadEventStart() && !documentLoader->timing()->… in dispatchUnloadEvents()