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

  /external/webkit/Source/WebCore/page/
PerformanceTiming.h 60 unsigned long long domainLookupStart() const;
PerformanceTiming.idl 41 readonly attribute unsigned long long domainLookupStart;
PerformanceTiming.cpp 157 unsigned long long PerformanceTiming::domainLookupStart() const
176 return domainLookupStart();
179 // Rather than exposing a special value that indicates no DNS, we "backfill" with domainLookupStart.
182 return domainLookupStart();
  /external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp 101 double WebPerformance::domainLookupStart() const
103 return millisecondsToSeconds(m_private->timing()->domainLookupStart());
  /external/webkit/Source/WebKit/chromium/public/
WebPerformance.h 69 WEBKIT_API double domainLookupStart() const;

Completed in 119 milliseconds