Searched refs:SetStartFailExpectations (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller_unittest.cc130 void SetStartFailExpectations(DataTypeController::StartResult result) { function in class:FrontendDataTypeControllerTest
181 SetStartFailExpectations(DataTypeController::ASSOCIATION_FAILED);
191 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
204 SetStartFailExpectations(DataTypeController::NEEDS_CRYPTO);
/external/chromium_org/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller_unittest.cc134 void SetStartFailExpectations(DataTypeController::StartResult result) { function in class:SyncFrontendDataTypeControllerTest
218 SetStartFailExpectations(DataTypeController::ASSOCIATION_FAILED);
228 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
241 SetStartFailExpectations(DataTypeController::NEEDS_CRYPTO);
H A Dnon_frontend_data_type_controller_unittest.cc174 void SetStartFailExpectations(DataTypeController::StartResult result) { function in class:SyncNonFrontendDataTypeControllerTest
264 SetStartFailExpectations(DataTypeController::ASSOCIATION_FAILED);
275 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
289 SetStartFailExpectations(DataTypeController::NEEDS_CRYPTO);
H A Dnon_ui_data_type_controller_unittest.cc222 void SetStartFailExpectations(DataTypeController::StartResult result) { function in class:browser_sync::__anon6005::SyncNonUIDataTypeControllerTest
320 SetStartFailExpectations(DataTypeController::ASSOCIATION_FAILED);
338 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
355 SetStartFailExpectations(DataTypeController::NEEDS_CRYPTO);
374 SetStartFailExpectations(DataTypeController::ABORTED);

Completed in 88 milliseconds