Searched refs:sessionList (Results 1 – 3 of 3) sorted by relevance
238 setForeignSessions: function(sessionList, isTabSyncEnabled) { argument239 this.sessions_ = sessionList;241 if (sessionList.length > 0) {243 for (var i = 0; i < sessionList.length; i++) {244 this.addSession_(sessionList[i]);
643 function setForeignSessions(sessionList, isTabSyncEnabled) { argument645 otherSessionsButton.setForeignSessions(sessionList, isTabSyncEnabled);
368 DevicesView.prototype.setSessionList = function(sessionList) { argument370 for (var i = 0; i < sessionList.length; i++)371 this.devices_.push(new Device(sessionList[i], this));479 function setForeignSessions(sessionList, isTabSyncEnabled) { argument482 devicesView.setSessionList(sessionList);