Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/first_run/
Dfirst_run.js77 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;
/external/chromium_org/chrome/browser/resources/chromeos/login/
Ddisplay_manager.js112 currentStep_: 0, property in DisplayManager
155 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 …]
Doobe_screen_oauth_enrollment.js49 currentStep_: null,
197 this.currentStep_ = step;
246 if (!this.isAutoEnrollment_ || this.currentStep_ !== STEP_EXPLAIN)
/external/chromium_org/remoting/webapp/
Dhost_setup_dialog.js17 this.currentStep_ = 0;
60 if (this.currentStep_ < this.sequence_.length - 1) {
61 this.currentStep_ += 1;
62 this.state_ = this.sequence_[this.currentStep_];