Home | History | Annotate | Download | only in net_internals

Lines Matching refs:logEntry

628  *   observer.onLogEntryAdded(logEntry)
822 var logEntry = logEntries[e];
825 if (logEntry.source.id == 0) {
826 logEntry.source.id = this.nextSourcelessEventId_;
829 this.capturedEvents_.push(logEntry);
831 this.logObservers_[i].onLogEntryAdded(logEntry);