Home
last modified time | relevance | path

Searched refs:SetupFlowGetStatusStep (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/remoting/
Dsetup_flow_get_status_step.cc15 SetupFlowGetStatusStep::SetupFlowGetStatusStep() in SetupFlowGetStatusStep() function in remoting::SetupFlowGetStatusStep
20 SetupFlowGetStatusStep::~SetupFlowGetStatusStep() { in ~SetupFlowGetStatusStep()
25 void SetupFlowGetStatusStep::HandleMessage(const std::string& message, in HandleMessage()
29 void SetupFlowGetStatusStep::Cancel() { in Cancel()
34 void SetupFlowGetStatusStep::OnRemotingHostInfo( in OnRemotingHostInfo()
43 void SetupFlowGetStatusStep::DoStart() { in DoStart()
56 void SetupFlowGetStatusStep::LaunchServiceProcess() { in LaunchServiceProcess()
58 &SetupFlowGetStatusStep::OnServiceProcessLaunched); in LaunchServiceProcess()
62 void SetupFlowGetStatusStep::OnServiceProcessLaunched() { in OnServiceProcessLaunched()
71 void SetupFlowGetStatusStep::RequestStatus() { in RequestStatus()
[all …]
Dsetup_flow_get_status_step.h17 class SetupFlowGetStatusStep : public SetupFlowStepBase,
20 SetupFlowGetStatusStep();
21 virtual ~SetupFlowGetStatusStep();
39 ScopedRunnableMethodFactory<SetupFlowGetStatusStep> task_factory_;
43 DISALLOW_COPY_AND_ASSIGN(SetupFlowGetStatusStep);
Dsetup_flow_start_host_step.cc84 FinishStep(new SetupFlowGetStatusStep()); in Retry()
Dsetup_flow_login_step.cc114 FinishStep(new SetupFlowGetStatusStep()); in OnIssueAuthTokenSuccess()