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

  /external/chromium/chrome/browser/remoting/
setup_flow.h 51 // SetupFlowStepBase implements base functions common for all
53 class SetupFlowStepBase : public SetupFlowStep {
55 SetupFlowStepBase();
56 ~SetupFlowStepBase();
84 DISALLOW_COPY_AND_ASSIGN(SetupFlowStepBase);
89 class SetupFlowErrorStepBase : public SetupFlowStepBase {
114 class SetupFlowDoneStep : public SetupFlowStepBase {
setup_flow_get_status_step.h 17 class SetupFlowGetStatusStep : public SetupFlowStepBase,
setup_flow_register_step.h 16 class SetupFlowRegisterStep : public SetupFlowStepBase {
setup_flow_start_host_step.h 18 class SetupFlowStartHostStep : public SetupFlowStepBase,
setup_flow.cc 35 SetupFlowStepBase::SetupFlowStepBase()
41 SetupFlowStepBase::~SetupFlowStepBase() { }
43 void SetupFlowStepBase::Start(SetupFlow* flow, DoneCallback* done_callback) {
49 SetupFlowStep* SetupFlowStepBase::GetNextStep() {
54 void SetupFlowStepBase::ExecuteJavascriptInIFrame(
64 void SetupFlowStepBase::FinishStep(SetupFlowStep* next_step) {
setup_flow_login_step.h 15 class SetupFlowLoginStep : public SetupFlowStepBase, public GaiaAuthConsumer {

Completed in 149 milliseconds