Home | History | Annotate | Download | only in chromeos

Lines Matching refs:currentState

306   this.currentState = new State(localStrings);
338 this.currentState.changeState(State.StatesEnum.SUCCESS);
347 this.currentState.changeState(State.StatesEnum.FAIL);
357 var inInitialState = this.currentState.isInitialState();
360 this.currentState.gotoInitialState(this.deviceSelection.devices);
368 var inInitialState = this.currentState.isInitialState();
371 this.currentState.gotoInitialState(this.deviceSelection.devices);
380 this.currentState.gotoInitialState(this.deviceSelection.devices);
390 !this.currentState.equals(State.StatesEnum.PROGRESS_DOWNLOAD)) {
391 this.currentState.changeState(State.StatesEnum.PROGRESS_DOWNLOAD);
393 !this.currentState.equals(State.StatesEnum.PROGRESS_UNZIP)) {
394 this.currentState.changeState(State.StatesEnum.PROGRESS_UNZIP);
396 !this.currentState.equals(State.StatesEnum.PROGRESS_BURN)) {
397 this.currentState.changeState(State.StatesEnum.PROGRESS_BURN);
412 this.currentState.changeState(State.StatesEnum.ERROR_NO_NETWORK);
416 if (this.currentState.equals(State.StatesEnum.ERROR_NO_NETWORK)) {
418 this.currentState.gotoInitialState(this.deviceSelection.devices);
427 this.currentState.changeState(State.StatesEnum.ERROR_DEVICE_TOO_SMALL);
437 this.currentState.gotoInitialState(this.deviceSelection.devices);