Searched refs:_history (Results 1 – 3 of 3) sorted by relevance
76 this._history = []; property in WebInspector.InspectorView359 this.setCurrentPanel(WebInspector.panels[this._history[--this._historyIterator]]);365 return this._historyIterator < this._history.length - 1;371 this.setCurrentPanel(WebInspector.panels[this._history[++this._historyIterator]]);380 … this._history.splice(this._historyIterator + 1, this._history.length - this._historyIterator - 1);381 if (!this._history.length || this._history[this._history.length - 1] !== panelName)382 this._history.push(panelName);383 this._historyIterator = this._history.length - 1;
68 …this._history = WebInspector.TabbedEditorContainer.History.fromObject(this._previouslyViewedFilesS…126 var uris = this._history._urls();154 this._history.updateScrollLineNumber(this._currentFile.uri(), lineNumber);155 this._history.save(this._previouslyViewedFilesSetting);161 this._history.updateSelectionRange(this._currentFile.uri(), range);162 this._history.save(this._previouslyViewedFilesSetting);255 var index = this._history.index(uri)273 …if (this._history.index(this._currentFile.uri()) && currentProjectType === snippetsProjectType && …306 this._history.remove(uiSourceCode.uri());329 this._history.update(tabIds.map(tabIdToURI.bind(this)));[all …]
70 this._history = g_history;107 this._history.initialize();114 … builders.loadBuildersList(currentBuilderGroupName(), this._history.crossDashboardState.testType);131 else if (this._history.crossDashboardState.showAllRuns)