Home
last modified time | relevance | path

Searched defs:connectStart (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformanceResourceTiming.cpp123 double PerformanceResourceTiming::connectStart() const in connectStart() function in WebCore::PerformanceResourceTiming
133 double connectStart = m_timing->connectStart; in connectStart() local
DPerformanceTiming.cpp153 unsigned long long PerformanceTiming::connectStart() const in connectStart() function in WebCore::PerformanceTiming
165 double connectStart = timing->connectStart; in connectStart() local
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceLoadTiming.h93 double connectStart; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebPerformance.cpp111 double WebPerformance::connectStart() const in connectStart() function in blink::WebPerformance
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLLoadTiming.cpp106 double WebURLLoadTiming::connectStart() const in connectStart() function in blink::WebURLLoadTiming