Searched refs:next_step (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer.cc102 SyncerStep next_step = current_step; local
118 next_step = CLEANUP_DISABLED_TYPES;
124 next_step = DOWNLOAD_UPDATES;
131 next_step = PROCESS_CLIENT_COMMAND;
137 next_step = VERIFY_UPDATES;
144 next_step = PROCESS_UPDATES;
151 next_step = STORE_TIMESTAMPS;
162 next_step = APPLY_UPDATES;
164 next_step = DOWNLOAD_UPDATES;
172 next_step
[all...]
/external/chromium/chrome/browser/remoting/
H A Dsetup_flow.cc64 void SetupFlowStepBase::FinishStep(SetupFlowStep* next_step) { argument
65 next_step_ = next_step;
256 SetupFlowStep* next_step = current_step_->GetNextStep(); local
265 current_step_.reset(next_step);
H A Dsetup_flow.h69 // GetNextStep() will return the specified |next_step|.
70 void FinishStep(SetupFlowStep* next_step);

Completed in 71 milliseconds