HomeSort by relevance Sort by last modified time
    Searched defs:SetupFlowStepBase (Results 1 - 2 of 2) 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.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) {

Completed in 128 milliseconds