Searched refs:capturedEvents_ (Results 1 – 1 of 1) sorted by relevance
224 this.capturedEvents_ = []; property in BrowserBridge482 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 …]