Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/ntp4/
Dother_sessions.js238 setForeignSessions: function(sessionList, isTabSyncEnabled) { argument
239 this.sessions_ = sessionList;
241 if (sessionList.length > 0) {
243 for (var i = 0; i < sessionList.length; i++) {
244 this.addSession_(sessionList[i]);
Dnew_tab.js643 function setForeignSessions(sessionList, isTabSyncEnabled) { argument
645 otherSessionsButton.setForeignSessions(sessionList, isTabSyncEnabled);
/external/chromium_org/chrome/browser/resources/history/
Dother_devices.js368 DevicesView.prototype.setSessionList = function(sessionList) { argument
370 for (var i = 0; i < sessionList.length; i++)
371 this.devices_.push(new Device(sessionList[i], this));
479 function setForeignSessions(sessionList, isTabSyncEnabled) { argument
482 devicesView.setSessionList(sessionList);