OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_unloadEventEnd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h
48
void markUnloadEventEnd() {
m_unloadEventEnd
= monotonicallyIncreasingTime(); }
60
double unloadEventEnd() const { return
m_unloadEventEnd
; }
78
double
m_unloadEventEnd
;
DocumentLoadTiming.cpp
39
,
m_unloadEventEnd
(0.0)
Completed in 320 milliseconds