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

  /external/chromium/chrome/browser/remoting/
setup_flow.cc 43 void SetupFlowStepBase::Start(SetupFlow* flow, DoneCallback* done_callback) {
121 SetupFlow::SetupFlow(const std::string& args,
133 SetupFlow::~SetupFlow() { }
136 SetupFlow* SetupFlow::OpenSetupDialog(Profile* profile) {
151 SetupFlow *flow = new SetupFlow(json_args, profile, new SetupFlowLoginStep());
156 GURL SetupFlow::GetDialogContentURL() const
    [all...]
setup_flow.h 19 class SetupFlow;
21 // SetupFlowStep represents a single step for SetupFlow, e.g. login or
34 virtual void Start(SetupFlow* flow, DoneCallback* done_callback) = 0;
59 virtual void Start(SetupFlow* flow, DoneCallback* done_callback);
63 SetupFlow* flow() { return flow_; }
77 SetupFlow* flow_;
165 class SetupFlow : public WebUIMessageHandler,
168 virtual ~SetupFlow();
170 static SetupFlow* OpenSetupDialog(Profile* profile);
177 explicit SetupFlow(const std::string& args, Profile* profile
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.cc 522 remoting::SetupFlow::OpenSetupDialog(web_ui_->GetProfile());

Completed in 33 milliseconds