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

  /external/chromium_org/chrome/browser/sync/glue/
non_ui_data_type_controller.cc 194 void NonUIDataTypeController::StartDone(
338 StartDone(ASSOCIATION_FAILED,
345 StartDone(NEEDS_CRYPTO,
358 StartDone(UNRECOVERABLE_ERROR,
370 StartDone(ASSOCIATION_FAILED,
389 StartDone(ASSOCIATION_FAILED,
405 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK,
ui_data_type_controller.cc 108 // It's possible StartDone(..) resulted in a Stop() call, or that association
141 StartDone(ASSOCIATION_FAILED,
148 StartDone(NEEDS_CRYPTO,
162 StartDone(UNRECOVERABLE_ERROR,
174 StartDone(ASSOCIATION_FAILED,
192 StartDone(ASSOCIATION_FAILED,
203 StartDone(sync_has_nodes ? OK : OK_FIRST_RUN,
225 void UIDataTypeController::StartDone(
frontend_data_type_controller.cc 169 StartDone(NEEDS_CRYPTO, local_merge_result, syncer_merge_result);
180 StartDone(UNRECOVERABLE_ERROR, local_merge_result, syncer_merge_result);
194 StartDone(ASSOCIATION_FAILED, local_merge_result, syncer_merge_result);
204 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK,
238 void FrontendDataTypeController::StartDone(
frontend_data_type_controller.h 91 virtual void StartDone(
non_frontend_data_type_controller_mock.h 41 MOCK_METHOD3(StartDone,
non_ui_data_type_controller_mock.h 41 MOCK_METHOD3(StartDone,
ui_data_type_controller.h 81 virtual void StartDone(StartResult result,
non_frontend_data_type_controller.cc 236 StartDone(ASSOCIATION_FAILED,
274 StartDone(ABORTED,
328 void NonFrontendDataTypeController::StartDone(
433 StartDone(NEEDS_CRYPTO,
440 StartDone(UNRECOVERABLE_ERROR,
448 StartDone(ASSOCIATION_FAILED,
461 StartDone(!result.sync_has_nodes ? OK_FIRST_RUN : OK,
non_ui_data_type_controller.h 79 virtual void StartDone(
84 // UI thread implementation of StartDone.
non_frontend_data_type_controller.h 126 virtual void StartDone(
131 // UI thread implementation of StartDone.
  /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 96 milliseconds