Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/remoting/
Dsetup_flow_start_host_step.cc15 SetupFlowStartHostStep::SetupFlowStartHostStep() in SetupFlowStartHostStep() function in remoting::SetupFlowStartHostStep
20 SetupFlowStartHostStep::~SetupFlowStartHostStep() { in ~SetupFlowStartHostStep()
25 void SetupFlowStartHostStep::HandleMessage(const std::string& message, in HandleMessage()
29 void SetupFlowStartHostStep::Cancel() { in Cancel()
34 void SetupFlowStartHostStep::OnRemotingHostInfo( in OnRemotingHostInfo()
46 void SetupFlowStartHostStep::DoStart() { in DoStart()
62 void SetupFlowStartHostStep::RequestStatus() { in RequestStatus()
Dsetup_flow_start_host_step.h18 class SetupFlowStartHostStep : public SetupFlowStepBase,
21 SetupFlowStartHostStep();
22 virtual ~SetupFlowStartHostStep();
38 ScopedRunnableMethodFactory<SetupFlowStartHostStep> task_factory_;
42 DISALLOW_COPY_AND_ASSIGN(SetupFlowStartHostStep);
Dsetup_flow_register_step.cc49 FinishStep(new SetupFlowStartHostStep()); in OnRequestDone()
54 FinishStep(new SetupFlowStartHostStep()); in OnRequestDone()