HomeSort by relevance Sort by last modified time
    Searched full:discoverytime (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLResourcePreloader.cpp 76 blink::Platform::current()->histogramCustomCounts("WebCore.PreloadDelayMs", static_cast<int>(1000 * (monotonicallyIncreasingTime() - preload->discoveryTime())), 0, 2000, 20);
HTMLResourcePreloader.h 48 double discoveryTime() const { return m_discoveryTime; }

Completed in 91 milliseconds