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

  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 51 NEEDS_CRYPTO, // The data type cannot be started yet because it
frontend_data_type_controller.cc 82 StartFailed(NEEDS_CRYPTO, FROM_HERE);
password_data_type_controller.cc 147 StartFailed(NEEDS_CRYPTO);
data_type_manager_impl.cc 257 if (result == DataTypeController::NEEDS_CRYPTO) {
263 if (result == DataTypeController::NEEDS_CRYPTO ||
autofill_data_type_controller.cc 222 StartFailed(NEEDS_CRYPTO);
frontend_data_type_controller_unittest.cc 204 SetStartFailExpectations(DataTypeController::NEEDS_CRYPTO);
205 // Set up association to fail with a NEEDS_CRYPTO error.
typed_url_data_type_controller.cc 189 StartFailed(NEEDS_CRYPTO);
data_type_manager_impl2_unittest.cc 229 WillOnce(InvokeCallback((DataTypeController::NEEDS_CRYPTO)));
  /external/chromium_org/chrome/browser/sync/glue/
data_type_controller.h 61 NEEDS_CRYPTO, // The data type cannot be started yet because it
frontend_data_type_controller.cc 169 StartDone(NEEDS_CRYPTO, local_merge_result, syncer_merge_result);
model_association_manager.cc 349 } else if (start_result == DataTypeController::NEEDS_CRYPTO) {
376 if (start_result == DataTypeController::NEEDS_CRYPTO ||
frontend_data_type_controller_unittest.cc 240 SetStartFailExpectations(DataTypeController::NEEDS_CRYPTO);
241 // Set up association to fail with a NEEDS_CRYPTO error.
non_ui_data_type_controller.cc 345 StartDone(NEEDS_CRYPTO,
ui_data_type_controller.cc 148 StartDone(NEEDS_CRYPTO,
non_frontend_data_type_controller.cc 95 result.needs_crypto = true;
149 : needs_crypto(false),
432 if (result.needs_crypto) {
433 StartDone(NEEDS_CRYPTO,
non_frontend_data_type_controller_unittest.cc 288 SetStartFailExpectations(DataTypeController::NEEDS_CRYPTO);
289 // Set up association to fail with a NEEDS_CRYPTO error.
non_ui_data_type_controller_unittest.cc 356 SetStartFailExpectations(DataTypeController::NEEDS_CRYPTO);
357 // Set up association to fail with a NEEDS_CRYPTO error.
data_type_manager_impl_unittest.cc 426 // 3) Finish starting the controller with the NEEDS_CRYPTO status.
448 GetController(PASSWORDS)->FinishStart(DataTypeController::NEEDS_CRYPTO);
    [all...]

Completed in 489 milliseconds