Home | History | Annotate | Download | only in sync

Lines Matching refs:State

19   enum State {
23 // (via Step) to the next state.
48 // A final state for when setup completes and it is possible it is the
60 // Advances the wizard to the specified state if possible, or opens a
65 void Step(State advance_state);
79 // gaia credentials in the event of a steady-state auth failure, this is
81 // the end state to pass to Run for a given |start_state|.
82 static State GetEndStateForDiscreteRun(State start_state);
84 // Helper to return whether |state| warrants starting a new flow.
85 static bool IsTerminalState(State state);