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

  /external/chromium/chrome/browser/remoting/
setup_flow.h 22 // host registration. When a step is finished, GetNextStep() is called
45 virtual SetupFlowStep* GetNextStep() = 0;
60 virtual SetupFlowStep* GetNextStep();
69 // GetNextStep() will return the specified |next_step|.
81 // Next step stored between Done() and GetNextStep();
setup_flow.cc 49 SetupFlowStep* SetupFlowStepBase::GetNextStep() {
256 SetupFlowStep* next_step = current_step_->GetNextStep();

Completed in 18 milliseconds