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