OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_unloadEventStart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h
47
void markUnloadEventStart() {
m_unloadEventStart
= monotonicallyIncreasingTime(); }
59
double unloadEventStart() const { return
m_unloadEventStart
; }
77
double
m_unloadEventStart
;
DocumentLoadTiming.cpp
38
,
m_unloadEventStart
(0.0)
Completed in 25 milliseconds