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

  /external/chromium/chrome/browser/sync/engine/
syncer.cc 102 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 = BUILD_COMMIT_REQUEST
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow.cc 64 void SetupFlowStepBase::FinishStep(SetupFlowStep* next_step) {
65 next_step_ = next_step;
256 SetupFlowStep* next_step = current_step_->GetNextStep(); local
265 current_step_.reset(next_step);
setup_flow.h 69 // GetNextStep() will return the specified |next_step|.
70 void FinishStep(SetupFlowStep* next_step);

Completed in 829 milliseconds