Searched defs:HAREntry (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DHAREntry.js37 WebInspector.HAREntry = function(resource)
42 WebInspector.HAREntry.prototype = {
48 time: WebInspector.HAREntry._toMilliseconds(this._resource.duration),
126 receive: WebInspector.HAREntry._toMilliseconds(this._resource.receiveDuration),
184 WebInspector.HAREntry._toMilliseconds = function(time)
231 return (new WebInspector.HAREntry(resource)).build();
239 return WebInspector.HAREntry._toMilliseconds(time - startTime);

Completed in 15 milliseconds