Searched refs:logEntry (Results 1 – 5 of 5) sorted by relevance
80 ProxyView.prototype.onLogEntryAdded = function(logEntry) { argument81 if (logEntry.source.type != LogSourceType.INIT_PROXY_RESOLVER ||82 this.latestProxySourceId_ > logEntry.source.id) {86 if (logEntry.source.id > this.latestProxySourceId_) {87 this.latestProxySourceId_ = logEntry.source.id;91 this.latestProxySourceEntries_.push(logEntry);
67 SourceEntry.prototype.update = function(logEntry) { argument68 if (logEntry.phase == LogEventPhase.PHASE_BEGIN &&74 logEntry.phase == LogEventPhase.PHASE_END &&75 logEntry.type == this.entries_[0].type)79 this.entries_.push(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);
432 EventsView.prototype.onLogEntryAdded = function(logEntry) { argument433 var id = logEntry.source.id;446 sourceEntry.update(logEntry);
70 DataView.prototype.onLogEntryAdded = function(logEntry) { argument