Home
last modified time | relevance | path

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

/external/chromium_org/remoting/webapp/
Dlog_to_server.js20 this.pendingEntries = []; property in remoting.LogToServer
183 this.pendingEntries.push(entry.toStanza());
185 console.log('Sending ' + this.pendingEntries.length + ' log ' +
186 ((this.pendingEntries.length == 1) ? 'entry' : 'entries') +
191 while (this.pendingEntries.length > 0) {
192 stanza += /** @type string */ this.pendingEntries.shift();