Home
last modified time | relevance | path

Searched refs:SYNC_FILE_ERROR_NOT_FOUND (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
Dsync_status_code.cc29 case SYNC_FILE_ERROR_NOT_FOUND: in SyncStatusCodeToString()
123 return SYNC_FILE_ERROR_NOT_FOUND; in FileErrorToSyncStatusCode()
168 case SYNC_FILE_ERROR_NOT_FOUND: in SyncStatusCodeToFileError()
Dsync_status_code.h30 SYNC_FILE_ERROR_NOT_FOUND = -4, enumerator
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dfolder_creator.cc110 callback.Run(std::string(), SYNC_FILE_ERROR_NOT_FOUND); in DidListFolders()
124 callback.Run(std::string(), SYNC_FILE_ERROR_NOT_FOUND); in DidListFolders()
Ddrive_backend_util.cc121 return SYNC_FILE_ERROR_NOT_FOUND; in GDataErrorCodeToSyncStatusCode()
Dlocal_to_remote_syncer.cc687 if (status == SYNC_FILE_ERROR_NOT_FOUND) in DidCreateRemoteFolder()
Dremote_to_local_syncer.cc811 SyncCompleted(token.Pass(), SYNC_FILE_ERROR_NOT_FOUND); in DidDownloadFile()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dlocal_file_sync_service.cc477 if (status == SYNC_FILE_ERROR_NOT_FOUND && in ProcessNextChangeForURL()
Dlocal_file_sync_service_unittest.cc411 .WillOnce(MockStatusCallback(SYNC_FILE_ERROR_NOT_FOUND)); in TEST_F()