Lines Matching defs:Mode
33 enum Mode {
34 // In this mode, the thread only performs configuration tasks. This is
37 // normal mode.
50 // Change the mode of operation.
52 // scheduled jobs to adhere to the new mode. We could protect it, but it
57 // the mode changes all future jobs will be run against the updated mode.
58 // If supplied, |callback| will be invoked when the mode has been
59 // changed to |mode| *from the SyncerThread*, and not from the caller
61 void Start(Mode mode, ModeChangeCallback* callback);
174 enum Mode {
186 Mode mode;
189 // interval and mode == EXPONENTIAL_BACKOFF.
197 WaitInterval(Mode mode, base::TimeDelta length);
228 // operational mode, backoff or throttling, freshness
236 // backoff mode.
247 void StartImpl(Mode mode, ModeChangeCallback* callback);
270 // re-established, mode changes etc.
308 // The mode of operation. We don't use a lock, see Start(...) comment.
309 Mode mode_;