Searched defs:next_step (Results 1 - 4 of 4) 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);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc367 size_t next_step; local
369 next_step = sampler.PickNextSamplingPoint();
370 LOG(INFO) << next_step;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc367 size_t next_step; local
369 next_step = sampler.PickNextSamplingPoint();
370 LOG(INFO) << next_step;

Completed in 589 milliseconds