Searched refs:StartDone (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dpassword_data_type_controller.cc167 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
170 void PasswordDataTypeController::StartDone( function in class:browser_sync::PasswordDataTypeController
207 StartDone(result, NOT_RUNNING);
H A Dautofill_data_type_controller.h76 void StartDone(StartResult result, State state);
H A Dpassword_data_type_controller.h58 void StartDone(StartResult result, State state);
H A Dautofill_data_type_controller.cc244 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
247 void AutofillDataTypeController::StartDone( function in class:browser_sync::AutofillDataTypeController
250 VLOG(1) << "Autofill data type controller StartDone called.";
301 StartDone(result, NOT_RUNNING);
H A Dtyped_url_data_type_controller.cc209 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
212 void TypedUrlDataTypeController::StartDone( function in class:browser_sync::TypedUrlDataTypeController
215 VLOG(1) << "TypedUrl data type controller StartDone called.";
260 StartDone(result, NOT_RUNNING);
H A Dtyped_url_data_type_controller.h89 void StartDone(StartResult result, State state);

Completed in 70 milliseconds