Home | History | Annotate | Download | only in resources

Lines Matching full:tabs

210     winEl.tabItems = win.tabs;
212 winEl.textContent = formatTabsText(win.tabs.length);
221 // Sort tabs by MRU order
222 win.tabs.sort(function(a, b) {
227 win.tabs.forEach(function(data) {
253 logEvent('received recently closed tabs');
283 el.tabItems = data.tabs;
285 el.textContent = formatTabsText(data.tabs.length);
308 a.textContent = formatTabsText(data.tabs.length);
875 * @param {number} numTabs Number of tabs in the window.
1255 handleMouseOver: function(e, linkEl, tabs) {
1263 this.timer = window.setTimeout(this.show.bind(this, e.type, linkEl, tabs),
1266 show: function(type, linkEl, tabs) {
1272 this.renderItems(tabs);
1326 renderItems: function(tabs) {
1330 tabs.forEach(function(tab) {