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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DHAREntry.js41 WebInspector.HAREntry = function(request)
46 WebInspector.HAREntry.prototype = {
54 time: this._request.timing ? WebInspector.HAREntry._toMilliseconds(this._request.duration) : 0,
160 var receive = WebInspector.HAREntry._toMilliseconds(this._request.duration) - timing.receiveHeadersEnd;
264 WebInspector.HAREntry._toMilliseconds = function(time)
342 return (new WebInspector.HAREntry(request)).build();
355 return WebInspector.HAREntry._toMilliseconds(time - startTime);

Completed in 79 milliseconds