Searched defs:DocumentLoadTiming (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoadTiming.cpp27 #include "core/loader/DocumentLoadTiming.h"
34 DocumentLoadTiming::DocumentLoadTiming() function in class:blink::DocumentLoadTiming
52 double DocumentLoadTiming::monotonicTimeToZeroBasedDocumentTime(double monotonicTime) const
59 double DocumentLoadTiming::monotonicTimeToPseudoWallTime(double monotonicTime) const
66 void DocumentLoadTiming::markNavigationStart()
74 void DocumentLoadTiming::setNavigationStart(double navigationStart)
87 void DocumentLoadTiming::addRedirect(const KURL& redirectingUrl, const KURL& redirectedUrl)
H A DDocumentLoadTiming.h35 class DocumentLoadTiming { class in namespace:blink
37 DocumentLoadTiming();

Completed in 69 milliseconds