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

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

Completed in 100 milliseconds