Searched refs:_tabsHistory (Results 1 – 1 of 1) sorted by relevance
47 this._tabsHistory = []; property in WebInspector.TabbedPane204 this._tabsHistory.push(tab);206 if (this._tabsHistory[0] === tab && this.isShowing())231 if (this._tabsHistory.length)232 this.selectTab(this._tabsHistory[0].id, false);253 this._tabsHistory.splice(this._tabsHistory.indexOf(tab), 1);317 this._tabsHistory.splice(this._tabsHistory.indexOf(tab), 1);318 this._tabsHistory.splice(0, 0, tab);339 return this._tabsHistory.slice(0, tabsCount).map(tabToTabId);416 var effectiveTab = this._currentTab || this._tabsHistory[0];[all …]