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

  /external/chromium_org/chrome/browser/sync_file_system/
sync_status_code.cc 29 case SYNC_FILE_ERROR_NOT_FOUND:
123 return SYNC_FILE_ERROR_NOT_FOUND;
168 case SYNC_FILE_ERROR_NOT_FOUND:
sync_status_code.h 30 SYNC_FILE_ERROR_NOT_FOUND = -4,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_util.cc 57 return SYNC_FILE_ERROR_NOT_FOUND;
drive_file_sync_service.cc 720 callback.Run(SYNC_FILE_ERROR_NOT_FOUND, webkit_blob::ScopedFile());
809 if (status == SYNC_FILE_ERROR_NOT_FOUND &&
836 if (status != SYNC_STATUS_OK && status != SYNC_FILE_ERROR_NOT_FOUND) {
    [all...]
local_sync_delegate.cc 390 (status == SYNC_FILE_ERROR_NOT_FOUND ||
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
folder_creator.cc 111 callback.Run(std::string(), SYNC_FILE_ERROR_NOT_FOUND);
133 callback.Run(std::string(), SYNC_FILE_ERROR_NOT_FOUND);
remote_to_local_syncer.cc 719 callback.Run(SYNC_FILE_ERROR_NOT_FOUND);
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 436 if (status == SYNC_FILE_ERROR_NOT_FOUND &&
local_file_sync_service_unittest.cc 402 // return SYNC_FILE_ERROR_NOT_FOUND (as mocked).
406 .WillOnce(MockStatusCallback(SYNC_FILE_ERROR_NOT_FOUND));

Completed in 406 milliseconds