HomeSort by relevance Sort by last modified time
    Searched refs:_history (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorView.js 41 this._history = [];
231 this.setCurrentPanel(WebInspector.panels[this._history[--this._historyIterator]]);
237 return this._historyIterator < this._history.length - 1;
243 this.setCurrentPanel(WebInspector.panels[this._history[++this._historyIterator]]);
252 this._history.splice(this._historyIterator + 1, this._history.length - this._historyIterator - 1);
253 if (!this._history.length || this._history[this._history.length - 1] !== panelName)
254 this._history.push(panelName)
    [all...]
TabbedEditorContainer.js 68 this._history = WebInspector.TabbedEditorContainer.History.fromObject(this._previouslyViewedFilesSetting.get());
127 var uris = this._history._urls();
155 this._history.updateScrollLineNumber(this._currentFile.uri(), lineNumber);
156 this._history.save(this._previouslyViewedFilesSetting);
162 this._history.updateSelectionRange(this._currentFile.uri(), range);
163 this._history.save(this._previouslyViewedFilesSetting);
255 var index = this._history.index(uri)
273 if (this._history.index(this._currentFile.uri()) && currentProjectType === snippetsProjectType && addedProjectType !== snippetsProjectType)
306 this._history.remove(uiSourceCode.uri());
325 this._history.update(tabIds.map(tabIdToURI.bind(this)))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
loader.js 70 this._history = g_history;
107 this._history.initialize();
114 builders.loadBuildersList(currentBuilderGroupName(), this._history.crossDashboardState.testType);
131 else if (this._history.crossDashboardState.showAllRuns)

Completed in 560 milliseconds