Home | History | Annotate | Download | only in front-end

Lines Matching refs:latency

169         columns.time.titleDOMFragment = this._makeHeaderFragment(WebInspector.UIString("Time"), WebInspector.UIString("Latency"));
230 option.value = "latency";
231 option.label = WebInspector.UIString("Latency");
256 this._sortingFunctions.latency = WebInspector.NetworkDataGridNode.ResourcePropertyComparator.bind(null, "latency", true);
267 this._calculators.latency = durationCalculator;
1237 var hasLatency = resource.latency > 0;
1239 var leftLabel = this.formatValue(resource.latency);
1248 var tooltip = WebInspector.UIString("%s latency, %s download (%s total)", leftLabel, rightLabel, total);
1250 var tooltip = WebInspector.UIString("%s latency", leftLabel);
1559 this._appendSubtitle(this._timeCell, Number.secondsToString(this._resource.latency));