HomeSort by relevance Sort by last modified time
    Searched refs:current_step_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/remoting/
setup_flow.cc 127 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_.reset(next_step)
    [all...]
setup_flow.h 213 scoped_ptr<SetupFlowStep> current_step_; member in class:remoting::SetupFlow

Completed in 30 milliseconds