Lines Matching refs:log
170 // Inform observers a log file is not currently being displayed.
173 // Tell the browser that we are ready to start receiving log events.
226 // Next unique id to be assigned to a log entry without a source.
230 // True when viewing a log file rather than actively logged events.
231 // When viewing a log file, all tabs are hidden except the event view,
393 // Does nothing if viewing a log file.
477 // captured log entries before the passively logged entries are received.
565 console.log('Unable to parse log line: ' + lines[i]);
569 window.alert('Loading log file failed.');
592 console.log(
593 'Unrecognized values in log entry: ' + JSON.stringify(entry));
607 'Unparseable lines may indicate log file corruption.\n' +
625 * Adds a listener of log entries. |observer| will be called back when new log
817 * Sends each entry to all log observers, and updates |capturedEvents_|.
818 * Also assigns unique ids to log entries without a source.
870 * Sets the value of |enableSecurityStripping_| and informs log observers
891 * Informs log observers whether or not future events will be from a log file.
892 * Hides all tabs except the events and data tabs when viewing a log file, shows
902 // Shows/hides tabs not used when viewing a log file.
917 * Returns true if a log file is currently being viewed.