Searched refs:HostSetupFlow (Results 1 – 1 of 1) sorted by relevance
15 remoting.HostSetupFlow = function(sequence) { class24 remoting.HostSetupFlow.State = {51 remoting.HostSetupFlow.prototype.getState = function() {55 remoting.HostSetupFlow.prototype.switchToNextStep = function() {56 if (this.state_ == remoting.HostSetupFlow.State.NONE) {64 this.state_ = remoting.HostSetupFlow.State.NONE;71 remoting.HostSetupFlow.prototype.switchToErrorState = function(error) {74 this.state_ = remoting.HostSetupFlow.State.NONE;77 if (this.state_ == remoting.HostSetupFlow.State.STARTING_HOST) {79 this.state_ = remoting.HostSetupFlow.State.REGISTRATION_FAILED;[all …]