Searched refs:sourceIds (Results 1 – 4 of 4) sorted by relevance
470 EventsView.prototype.onLogEntriesDeleted = function(sourceIds) { argument471 for (var i = 0; i < sourceIds.length; ++i) {472 var id = sourceIds[i];526 var sourceIds = [];529 sourceIds.push(entry.getSourceId());531 g_browser.deleteEventsBySourceId(sourceIds);
109 ProxyView.prototype.onLogEntriesDeleted = function(sourceIds) { argument110 if (sourceIds.indexOf(this.latestProxySourceId_) != -1)
838 BrowserBridge.prototype.deleteEventsBySourceId = function(sourceIds) { argument840 for (var i = 0; i < sourceIds.length; i++)841 sourceIdDict[sourceIds[i]] = true;856 this.logObservers_[i].onLogEntriesDeleted(sourceIds);
78 DataView.prototype.onLogEntriesDeleted = function(sourceIds) { argument385 var sourceIds = [];402 sourceIds.push(e.source.id);