Home
last modified time | relevance | path

Searched refs:FinishStep (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/remoting/
Dsetup_flow_register_step.cc49 FinishStep(new SetupFlowStartHostStep()); in OnRequestDone()
54 FinishStep(new SetupFlowStartHostStep()); in OnRequestDone()
58 FinishStep(new SetupFlowLoginStep(l10n_util::GetStringUTF16( in OnRequestDone()
64 FinishStep(new SetupFlowRegisterErrorStep()); in OnRequestDone()
79 FinishStep(new SetupFlowRegisterStep()); in Retry()
Dsetup_flow_start_host_step.cc39 FinishStep(new SetupFlowDoneStep()); in OnRemotingHostInfo()
41 FinishStep(new SetupFlowStartHostErrorStep()); in OnRemotingHostInfo()
53 FinishStep(new SetupFlowStartHostErrorStep()); in DoStart()
66 FinishStep(new SetupFlowStartHostErrorStep()); in RequestStatus()
84 FinishStep(new SetupFlowGetStatusStep()); in Retry()
Dsetup_flow_get_status_step.cc39 FinishStep(new SetupFlowRegisterStep()); in OnRemotingHostInfo()
65 FinishStep(new SetupFlowGetStatusErrorStep()); in OnServiceProcessLaunched()
75 FinishStep(new SetupFlowGetStatusErrorStep()); in RequestStatus()
91 FinishStep(new SetupFlowGetStatusStep()); in Retry()
Dsetup_flow_login_step.cc114 FinishStep(new SetupFlowGetStatusStep()); in OnIssueAuthTokenSuccess()
Dsetup_flow.h70 void FinishStep(SetupFlowStep* next_step);
Dsetup_flow.cc64 void SetupFlowStepBase::FinishStep(SetupFlowStep* next_step) { in FinishStep() function in remoting::SetupFlowStepBase