Home
last modified time | relevance | path

Searched refs:SYNC_STATUS_SERVICE_TEMPORARILY_UNAVAILABLE (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
Dsync_status_code.h56 SYNC_STATUS_SERVICE_TEMPORARILY_UNAVAILABLE = -105, enumerator
Dsync_status_code.cc77 case SYNC_STATUS_SERVICE_TEMPORARILY_UNAVAILABLE: in SyncStatusCodeToString()
Dsync_file_system_service.cc522 callback.Run(SYNC_STATUS_SERVICE_TEMPORARILY_UNAVAILABLE); in DidRegisterOrigin()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_worker_unittest.cc307 base::Bind(&EmptyTask, SYNC_STATUS_SERVICE_TEMPORARILY_UNAVAILABLE), in TEST_F()
311 SYNC_STATUS_SERVICE_TEMPORARILY_UNAVAILABLE, in TEST_F()
Ddrive_backend_util.cc117 return SYNC_STATUS_SERVICE_TEMPORARILY_UNAVAILABLE; in GDataErrorCodeToSyncStatusCode()
Dsync_worker.cc655 case SYNC_STATUS_SERVICE_TEMPORARILY_UNAVAILABLE: in UpdateServiceStateFromSyncStatusCode()