Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/login/
Ddisplay_manager.js312 toggleStep_: function(nextStepIndex, screenData) { argument
314 var nextStepId = this.screens_[nextStepIndex];
334 if (nextStepIndex > this.currentStep_) {
335 for (var i = this.currentStep_; i < nextStepIndex; ++i)
337 this.updateStep_(nextStepIndex, 'current');
338 } else if (nextStepIndex < this.currentStep_) {
339 for (var i = this.currentStep_; i > nextStepIndex; --i)
341 this.updateStep_(nextStepIndex, 'current');
361 if (this.currentStep_ != nextStepIndex &&
406 this.currentStep_ = nextStepIndex;