Home
last modified time | relevance | path

Searched refs:current_step_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/remoting/
Dsetup_flow.cc127 current_step_(first_step) { in SetupFlow()
181 if (current_step_ != NULL) in OnDialogClosed()
182 current_step_->Cancel(); in OnDialogClosed()
226 current_step_->HandleMessage("SubmitAuth", first_arg); in HandleSubmitAuth()
248 current_step_->HandleMessage(message, arg_value); in HandleUIMessage()
252 current_step_->Start(this, NewCallback(this, &SetupFlow::OnStepDone)); in StartCurrentStep()
256 SetupFlowStep* next_step = current_step_->GetNextStep(); in OnStepDone()
258 if (current_step_.get()) { in OnStepDone()
262 new DeleteTask<SetupFlowStep>(current_step_.release())); in OnStepDone()
265 current_step_.reset(next_step); in OnStepDone()
Dsetup_flow.h213 scoped_ptr<SetupFlowStep> current_step_; variable
/external/chromium_org/ppapi/examples/2d/
Dscroll.cc39 current_step_(0), in MyInstance()
61 current_step_++; in OnTimer()
80 int x_origin = current_step_ * kAdvanceXPerFrame; in OnPaint()
81 int y_origin = current_step_ * kAdvanceYPerFrame; in OnPaint()
103 int current_step_; member in MyInstance