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

  /external/chromium/chrome/browser/sync/glue/
password_data_type_controller.cc 167 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
170 void PasswordDataTypeController::StartDone(
207 StartDone(result, NOT_RUNNING);
password_data_type_controller.h 58 void StartDone(StartResult result, State state);
autofill_data_type_controller.h 76 void StartDone(StartResult result, State state);
typed_url_data_type_controller.h 89 void StartDone(StartResult result, State state);
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);
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 137 milliseconds