OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartDone
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller.cc
244
StartDone
(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
247
void AutofillDataTypeController::
StartDone
(
250
VLOG(1) << "Autofill data type controller
StartDone
called.";
301
StartDone
(result, NOT_RUNNING);
password_data_type_controller.cc
167
StartDone
(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
170
void PasswordDataTypeController::
StartDone
(
207
StartDone
(result, NOT_RUNNING);
typed_url_data_type_controller.cc
209
StartDone
(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
212
void TypedUrlDataTypeController::
StartDone
(
215
VLOG(1) << "TypedUrl data type controller
StartDone
called.";
260
StartDone
(result, NOT_RUNNING);
Completed in 318 milliseconds