OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unloadEventEnd
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/loader/
DocumentLoadTiming.h
35
,
unloadEventEnd
(0.0)
50
double
unloadEventEnd
;
FrameLoader.cpp
397
if (documentLoader && !documentLoader->timing()->unloadEventStart && !documentLoader->timing()->
unloadEventEnd
) {
400
m_frame->domWindow()->dispatchTimedEvent(unloadEvent, m_frame->domWindow()->document(), &timing->unloadEventStart, &timing->
unloadEventEnd
);
[
all
...]
/external/webkit/Source/WebCore/page/
PerformanceTiming.h
56
unsigned long long
unloadEventEnd
() const;
PerformanceTiming.idl
37
readonly attribute unsigned long long
unloadEventEnd
;
PerformanceTiming.cpp
112
unsigned long long PerformanceTiming::
unloadEventEnd
() const
121
return toIntegerMilliseconds(timing->
unloadEventEnd
);
/external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp
76
double WebPerformance::
unloadEventEnd
() const
78
return millisecondsToSeconds(m_private->timing()->
unloadEventEnd
());
/external/webkit/Source/WebKit/chromium/public/
WebPerformance.h
64
WEBKIT_API double
unloadEventEnd
() const;
Completed in 72 milliseconds