Searched refs:current_step_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/remoting/
H A Dsetup_flow.cc127 current_step_(first_step) {
181 if (current_step_ != NULL)
182 current_step_->Cancel();
226 current_step_->HandleMessage("SubmitAuth", first_arg);
248 current_step_->HandleMessage(message, arg_value);
252 current_step_->Start(this, NewCallback(this, &SetupFlow::OnStepDone));
256 SetupFlowStep* next_step = current_step_->GetNextStep();
258 if (current_step_.get()) {
262 new DeleteTask<SetupFlowStep>(current_step_.release()));
265 current_step_
[all...]
H A Dsetup_flow.h213 scoped_ptr<SetupFlowStep> current_step_; member in class:remoting::SetupFlow

Completed in 126 milliseconds