Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/net_internals/
Dmain.js224 this.capturedEvents_ = []; property in BrowserBridge
482 var earlyActivelyCapturedEvents = this.capturedEvents_.slice(0);
797 return this.capturedEvents_;
805 return this.capturedEvents_.length - this.numPassivelyCapturedEvents_;
829 this.capturedEvents_.push(logEntry);
844 for (var i = 0; i < this.capturedEvents_.length; ++i) {
845 var id = this.capturedEvents_[i].source.id;
847 if (this.capturedEvents_[i].wasPassivelyCaptured)
851 newEventList.push(this.capturedEvents_[i]);
853 this.capturedEvents_ = newEventList;
[all …]