Home
last modified time | relevance | path

Searched refs:historicNetworkStats (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/net_internals/
Dbandwidth_view.js59 onHistoricNetworkStatsChanged: function(historicNetworkStats) { argument
60 this.historicNetworkStats_ = historicNetworkStats;
69 var historicNetworkStats = this.historicNetworkStats_;
70 if (!sessionNetworkStats || !historicNetworkStats)
76 historicNetworkStats.historic_original_content_length;
78 historicNetworkStats.historic_received_content_length;
Dbrowser_bridge.js54 this.pollableDataHelpers_.historicNetworkStats =
342 receivedHistoricNetworkStats: function(historicNetworkStats) { argument
343 this.pollableDataHelpers_.historicNetworkStats.update(
344 historicNetworkStats);
532 this.pollableDataHelpers_.historicNetworkStats.addObserver(