Searched refs:currentStep_ (Results 1 – 4 of 4) sorted by relevance
77 currentStep_: null,193 assert(this.currentStep_);205 if (!this.currentStep_) {210 var name = this.currentStep_.getName();211 this.currentStep_.hide(true, function() {212 this.currentStep_ = null;228 assert(!this.currentStep_);238 this.currentStep_ = step;
112 currentStep_: 0, property in DisplayManager155 return $(this.screens_[this.currentStep_]);209 var currentStepId = this.screens_[this.currentStep_];224 var currentStepId = this.screens_[this.currentStep_];233 var currentStepId = this.screens_[this.currentStep_];245 var currentStepId = this.screens_[this.currentStep_];313 var currentStepId = this.screens_[this.currentStep_];334 if (nextStepIndex > this.currentStep_) {335 for (var i = this.currentStep_; i < nextStepIndex; ++i)338 } else if (nextStepIndex < this.currentStep_) {[all …]
49 currentStep_: null,197 this.currentStep_ = step;246 if (!this.isAutoEnrollment_ || this.currentStep_ !== STEP_EXPLAIN)
17 this.currentStep_ = 0;60 if (this.currentStep_ < this.sequence_.length - 1) {61 this.currentStep_ += 1;62 this.state_ = this.sequence_[this.currentStep_];