Searched defs:SetupFlowStepBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/remoting/
H A Dsetup_flow.h51 // SetupFlowStepBase implements base functions common for all
53 class SetupFlowStepBase : public SetupFlowStep { class in namespace:remoting
55 SetupFlowStepBase();
56 ~SetupFlowStepBase();
84 DISALLOW_COPY_AND_ASSIGN(SetupFlowStepBase);
89 class SetupFlowErrorStepBase : public SetupFlowStepBase {
114 class SetupFlowDoneStep : public SetupFlowStepBase {
H A Dsetup_flow.cc35 SetupFlowStepBase::SetupFlowStepBase() function in class:remoting::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) {

Completed in 72 milliseconds