Lines Matching full:step
21 // SetupFlowStep represents a single step for SetupFlow, e.g. login or
22 // host registration. When a step is finished, GetNextStep() is called
23 // to get the step that must follow.
31 // Start the step. Ownership of |done_callback| is given to the
32 // function. |done_callback| is called when the step is finished,
44 // step. Must never return NULL.
68 // Finish current step. Calls |done_callback| specified in Start().
81 // Next step stored between Done() and GetNextStep();
105 // calls FinishStep() with an appropriate next step.
112 // The last step in the setup flow. This step never finishes, user is
151 // step. In order to do that it must use send a RemotingSetup message
154 // current step: