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

  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h 15 // SetupFlowGetStatusStep requests current host information from the service
17 class SetupFlowGetStatusStep : public SetupFlowStepBase,
20 SetupFlowGetStatusStep();
21 virtual ~SetupFlowGetStatusStep();
39 ScopedRunnableMethodFactory<SetupFlowGetStatusStep> task_factory_;
43 DISALLOW_COPY_AND_ASSIGN(SetupFlowGetStatusStep);
setup_flow_get_status_step.cc 15 SetupFlowGetStatusStep::SetupFlowGetStatusStep()
20 SetupFlowGetStatusStep::~SetupFlowGetStatusStep() {
25 void SetupFlowGetStatusStep::HandleMessage(const std::string& message,
29 void SetupFlowGetStatusStep::Cancel() {
34 void SetupFlowGetStatusStep::OnRemotingHostInfo(
43 void SetupFlowGetStatusStep::DoStart() {
56 void SetupFlowGetStatusStep::LaunchServiceProcess() {
58 &SetupFlowGetStatusStep::OnServiceProcessLaunched)
    [all...]
setup_flow_start_host_step.cc 84 FinishStep(new SetupFlowGetStatusStep());
setup_flow_login_step.cc 114 FinishStep(new SetupFlowGetStatusStep());

Completed in 57 milliseconds