OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_step
(Results
1 - 4
of
4
) 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
);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc
367
size_t
next_step
;
local
369
next_step
= sampler.PickNextSamplingPoint();
370
LOG(INFO) <<
next_step
;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc
367
size_t
next_step
;
local
369
next_step
= sampler.PickNextSamplingPoint();
370
LOG(INFO) <<
next_step
;
Completed in 86 milliseconds