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

  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.idl 41 [MeasureAs=UnprefixedPerformanceTimeline] sequence<PerformanceEntry> getEntriesByType(DOMString entryType);
Performance.h 78 PerformanceEntryVector getEntriesByType(const String& entryType);
Performance.cpp 108 PerformanceEntryVector Performance::getEntriesByType(const String& entryType)
  /external/chromium_org/tools/telemetry/telemetry/core/
network_quiescence.js 29 window.performance.getEntriesByType =
30 (window.performance.getEntriesByType ||
39 // window.performance.getEntriesByType('resource').
75 var resourceTimings = window.performance.getEntriesByType('resource');

Completed in 2186 milliseconds