HomeSort by relevance Sort by last modified time
    Searched refs:domainLookupEnd (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/
PerformanceTiming.h 61 unsigned long long domainLookupEnd() const;
PerformanceTiming.idl 42 readonly attribute unsigned long long domainLookupEnd;
PerformanceTiming.cpp 172 unsigned long long PerformanceTiming::domainLookupEnd() const
191 return domainLookupEnd();
195 return domainLookupEnd();
198 // Rather than exposing a special value that indicates no new connection, we "backfill" with domainLookupEnd.
201 return domainLookupEnd();
  /external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp 106 double WebPerformance::domainLookupEnd() const
108 return millisecondsToSeconds(m_private->timing()->domainLookupEnd());
  /external/webkit/Source/WebKit/chromium/public/
WebPerformance.h 70 WEBKIT_API double domainLookupEnd() const;

Completed in 904 milliseconds