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

  /external/chromium/chrome/browser/remoting/
setup_flow_start_host_step.h 15 // SetupFlowStartHostStep is the final step in the remoting setup
18 class SetupFlowStartHostStep : public SetupFlowStepBase,
21 SetupFlowStartHostStep();
22 virtual ~SetupFlowStartHostStep();
38 ScopedRunnableMethodFactory<SetupFlowStartHostStep> task_factory_;
42 DISALLOW_COPY_AND_ASSIGN(SetupFlowStartHostStep);
setup_flow_start_host_step.cc 15 SetupFlowStartHostStep::SetupFlowStartHostStep()
20 SetupFlowStartHostStep::~SetupFlowStartHostStep() {
25 void SetupFlowStartHostStep::HandleMessage(const std::string& message,
29 void SetupFlowStartHostStep::Cancel() {
34 void SetupFlowStartHostStep::OnRemotingHostInfo(
46 void SetupFlowStartHostStep::DoStart() {
62 void SetupFlowStartHostStep::RequestStatus() {
setup_flow_register_step.cc 49 FinishStep(new SetupFlowStartHostStep());
54 FinishStep(new SetupFlowStartHostStep());

Completed in 197 milliseconds