HomeSort by relevance Sort by last modified time
    Searched defs:dnsStart (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceLoadTiming.h 50 timing->dnsStart = dnsStart;
67 && dnsStart == other.dnsStart
91 double dnsStart;
108 , dnsStart(0)
  /external/chromium_org/third_party/WebKit/Source/core/page/
PerformanceTiming.cpp 131 double dnsStart = timing->dnsStart;
132 if (dnsStart == 0.0)
135 return monotonicTimeToIntegerMilliseconds(dnsStart);
  /external/chromium_org/third_party/WebKit/Source/web/
WebURLLoadTiming.cpp 86 double WebURLLoadTiming::dnsStart() const
88 return m_private->dnsStart;
93 m_private->dnsStart = start;

Completed in 86 milliseconds