OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unloadEventEnd
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceTiming.h
53
unsigned long long
unloadEventEnd
() const;
PerformanceTiming.idl
35
readonly attribute unsigned long long
unloadEventEnd
;
PerformanceTiming.cpp
78
unsigned long long PerformanceTiming::
unloadEventEnd
() const
87
return monotonicTimeToIntegerMilliseconds(timing->
unloadEventEnd
());
PerformanceUserTiming.cpp
47
map.add("
unloadEventEnd
", &PerformanceTiming::
unloadEventEnd
);
/external/chromium_org/third_party/WebKit/Source/web/
WebPerformance.cpp
76
double WebPerformance::
unloadEventEnd
() const
78
return millisecondsToSeconds(m_private->timing()->
unloadEventEnd
());
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h
60
double
unloadEventEnd
() const { return m_unloadEventEnd; }
/external/chromium_org/third_party/WebKit/public/web/
WebPerformance.h
64
BLINK_EXPORT double
unloadEventEnd
() const;
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp
[
all
...]
Completed in 334 milliseconds