/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | fake_drive_service_helper.h | 29 google_apis::GDataErrorCode AddOrphanedFolder( 32 google_apis::GDataErrorCode AddFolder( 36 google_apis::GDataErrorCode AddFile( 41 google_apis::GDataErrorCode UpdateFile( 44 google_apis::GDataErrorCode DeleteResource( 46 google_apis::GDataErrorCode TrashResource( 48 google_apis::GDataErrorCode UpdateModificationTime( 51 google_apis::GDataErrorCode RenameResource( 54 google_apis::GDataErrorCode AddResourceToDirectory( 57 google_apis::GDataErrorCode RemoveResourceFromDirectory( [all …]
|
D | fake_drive_service_helper.cc | 25 using google_apis::GDataErrorCode; 33 void UploadResultCallback(GDataErrorCode* error_out, in UploadResultCallback() 35 GDataErrorCode error, in UploadResultCallback() 44 void DownloadResultCallback(GDataErrorCode* error_out, in DownloadResultCallback() 45 GDataErrorCode error, in DownloadResultCallback() 66 GDataErrorCode FakeDriveServiceHelper::AddOrphanedFolder( in AddOrphanedFolder() 70 GDataErrorCode error = AddFolder(root_folder_id, title, folder_id); in AddOrphanedFolder() 85 GDataErrorCode FakeDriveServiceHelper::AddFolder( in AddFolder() 89 GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in AddFolder() 102 GDataErrorCode FakeDriveServiceHelper::AddFile( in AddFile() [all …]
|
D | sync_engine_initializer.h | 87 google_apis::GDataErrorCode error, 91 google_apis::GDataErrorCode error, 95 google_apis::GDataErrorCode error, 99 google_apis::GDataErrorCode error); 103 google_apis::GDataErrorCode error,
|
D | local_to_remote_syncer.h | 68 google_apis::GDataErrorCode error); 74 google_apis::GDataErrorCode error, 84 google_apis::GDataErrorCode error, 89 google_apis::GDataErrorCode error, 98 google_apis::GDataErrorCode error);
|
D | fake_drive_uploader.cc | 20 using google_apis::GDataErrorCode; 28 void DidAddFileOrDirectoryForMakingConflict(GDataErrorCode error, in DidAddFileOrDirectoryForMakingConflict() 36 GDataErrorCode error, in DidAddFileForUploadNew() 50 GDataErrorCode error, in DidGetFileResourceForUploadExisting()
|
D | conflict_resolver.h | 53 google_apis::GDataErrorCode error); 59 google_apis::GDataErrorCode error); 65 google_apis::GDataErrorCode error,
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
D | api_util.h | 43 typedef base::Callback<void(google_apis::GDataErrorCode, 123 google_apis::GDataErrorCode error, 128 google_apis::GDataErrorCode error); 133 google_apis::GDataErrorCode error, 139 google_apis::GDataErrorCode error, 144 google_apis::GDataErrorCode error, 154 google_apis::GDataErrorCode error, 159 google_apis::GDataErrorCode error); 162 google_apis::GDataErrorCode error, 166 google_apis::GDataErrorCode error, [all …]
|
D | local_sync_delegate.h | 51 google_apis::GDataErrorCode error, 57 google_apis::GDataErrorCode error, 62 google_apis::GDataErrorCode error, 67 google_apis::GDataErrorCode error); 74 google_apis::GDataErrorCode error); 81 const google_apis::GDataErrorCode error, 103 google_apis::GDataErrorCode error, 116 google_apis::GDataErrorCode error);
|
D | fake_api_util_unittest.cc | 21 void DidDownloadFile(google_apis::GDataErrorCode* error_out, in DidDownloadFile() 23 google_apis::GDataErrorCode error, in DidDownloadFile() 32 void DidGetChangeList(google_apis::GDataErrorCode* error_out, in DidGetChangeList() 34 google_apis::GDataErrorCode error, in DidGetChangeList() 40 void DidDeleteFile(google_apis::GDataErrorCode* error_out, in DidDeleteFile() 41 google_apis::GDataErrorCode error) { in DidDeleteFile() 97 google_apis::GDataErrorCode error; in TEST() 131 google_apis::GDataErrorCode error = google_apis::HTTP_NOT_FOUND; in TEST()
|
D | api_util_interface.h | 48 typedef base::Callback<void(google_apis::GDataErrorCode error)> 50 typedef base::Callback<void(google_apis::GDataErrorCode error, 56 typedef base::Callback<void(google_apis::GDataErrorCode error, 60 void(google_apis::GDataErrorCode error, const std::string& resource_id)> 62 typedef base::Callback<void(google_apis::GDataErrorCode error, 64 typedef base::Callback<void(google_apis::GDataErrorCode error, 67 typedef base::Callback<void(google_apis::GDataErrorCode error,
|
D | drive_file_sync_service.h | 170 google_apis::GDataErrorCode gdata_error); 209 google_apis::GDataErrorCode error); 214 google_apis::GDataErrorCode error, 221 google_apis::GDataErrorCode error, 264 google_apis::GDataErrorCode error); 280 google_apis::GDataErrorCode error, 290 google_apis::GDataErrorCode error, 300 google_apis::GDataErrorCode error, 353 google_apis::GDataErrorCode last_gdata_error_;
|
D | api_util.cc | 49 void EmptyGDataErrorCodeCallback(google_apis::GDataErrorCode error) {} in EmptyGDataErrorCodeCallback() 121 google_apis::GDataErrorCode error) { in EntryAdapterForEnsureTitleUniqueness() 126 google_apis::GDataErrorCode error, in UploadResultAdapter() 242 google_apis::GDataErrorCode error, in DidGetDriveRootResourceId() 282 google_apis::GDataErrorCode error) { in DidGetDriveRootResourceIdForGetSyncRoot() 312 google_apis::GDataErrorCode error, in DidGetDirectory() 363 google_apis::GDataErrorCode error, in DidCreateDirectory() 387 google_apis::GDataErrorCode error, in DidEnsureUniquenessForCreateDirectory() 438 google_apis::GDataErrorCode error, in DidGetLargestChangeStamp() 625 google_apis::GDataErrorCode error) { in DidGetDriveRootResourceIdForEnsureSyncRoot() [all …]
|
D | api_util_unittest.cc | 31 using google_apis::GDataErrorCode; 44 GDataErrorCode error; 183 GDataErrorCode error, in DidGetResourceID() 191 GDataErrorCode error, in DidGetLargestChangeStamp() 198 void DidGetResourceList(GDataErrorCode* error_out, in DidGetResourceList() 200 GDataErrorCode error, in DidGetResourceList() 209 GDataErrorCode error, in DidDownloadFile() 221 GDataErrorCode error, in DidUploadFile() 230 void DidDeleteFile(GDataErrorCode* error_out, in DidDeleteFile() 231 GDataErrorCode error) { in DidDeleteFile() [all …]
|
/external/chromium_org/google_apis/drive/ |
D | base_requests.h | 41 GDataErrorCode error, 76 virtual void OnAuthFailed(GDataErrorCode code) = 0; 185 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) = 0; 192 GDataErrorCode GetErrorCode(); 208 virtual void OnAuthFailed(GDataErrorCode code) OVERRIDE; 215 GDataErrorCode error_code_; 229 typedef base::Callback<void(GDataErrorCode error)> EntryActionCallback; 244 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE; 255 typedef base::Callback<void(GDataErrorCode error, 271 GDataErrorCode fetch_error_code) OVERRIDE; [all …]
|
D | drive_common_callbacks.h | 21 typedef base::Callback<void(GDataErrorCode error, 26 typedef base::Callback<void(GDataErrorCode error, 31 typedef base::Callback<void(GDataErrorCode error, 36 typedef base::Callback<void(GDataErrorCode error, 40 typedef base::Callback<void(GDataErrorCode error, 45 typedef base::Callback<void(GDataErrorCode error,
|
D | base_requests.cc | 319 GDataErrorCode UrlFetchRequestBase::GetErrorCode() { in GetErrorCode() 339 error_code_ = static_cast<GDataErrorCode>(source->GetResponseCode()); in OnURLFetchComplete() 408 void UrlFetchRequestBase::OnAuthFailed(GDataErrorCode code) { in OnAuthFailed() 434 void EntryActionRequest::RunCallbackOnPrematureFailure(GDataErrorCode code) { in RunCallbackOnPrematureFailure() 450 void GetDataRequest::ParseResponse(GDataErrorCode fetch_error_code, in ParseResponse() 464 GDataErrorCode fetch_error_code = GetErrorCode(); in ProcessURLFetchResults() 479 GDataErrorCode fetch_error_code) { in RunCallbackOnPrematureFailure() 483 void GetDataRequest::OnDataParsed(GDataErrorCode fetch_error_code, in OnDataParsed() 514 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults() 529 GDataErrorCode code) { in RunCallbackOnPrematureFailure() [all …]
|
D | gdata_errorcode.h | 13 enum GDataErrorCode { enum 42 std::string GDataErrorCodeToString(GDataErrorCode error);
|
D | base_requests_unittest.cc | 46 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE { in RunCallbackOnPrematureFailure() 154 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 171 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 189 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F()
|
D | drive_api_requests_unittest.cc | 54 GDataErrorCode error, in AppendContent() 394 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 437 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 494 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 540 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 574 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 601 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 628 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 657 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 687 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/drive/ |
D | fake_drive_service_unittest.cc | 31 using google_apis::GDataErrorCode; 60 GDataErrorCode error = GDATA_OTHER_ERROR; in FindEntry() 78 GDataErrorCode error = GDATA_OTHER_ERROR; in AddNewDirectory() 103 GDataErrorCode error; in GetLargestChangeByAboutResource() 118 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 135 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 148 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 165 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 184 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 198 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() [all …]
|
D | drive_uploader_unittest.cc | 24 using google_apis::GDataErrorCode; 185 GDataErrorCode response_code = in SendUploadRangeResponse() 326 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 361 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 398 GDataErrorCode error = HTTP_SUCCESS; in TEST_F() 425 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 454 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() 482 GDataErrorCode error = HTTP_SUCCESS; in TEST_F() 508 GDataErrorCode error = HTTP_SUCCESS; in TEST_F() 528 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F() [all …]
|
D | drive_app_registry.h | 69 typedef base::Callback<void(google_apis::GDataErrorCode)> UninstallCallback; 109 void UpdateAfterGetAppList(google_apis::GDataErrorCode gdata_error, 115 google_apis::GDataErrorCode error);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | job_scheduler.h | 244 base::Callback<void(google_apis::GDataErrorCode)> abort_callback; 271 bool OnJobDone(JobID job_id, google_apis::GDataErrorCode error); 277 google_apis::GDataErrorCode error, 284 google_apis::GDataErrorCode error, 291 google_apis::GDataErrorCode error, 298 google_apis::GDataErrorCode error, 305 google_apis::GDataErrorCode error, 312 google_apis::GDataErrorCode error, 318 google_apis::GDataErrorCode error); 324 google_apis::GDataErrorCode error, [all …]
|
D | job_scheduler_unittest.cc | 35 google_apis::GDataErrorCode error_in, in CopyTitleFromFileResourceCallback() 195 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() 208 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() 222 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() 236 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() 251 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() 269 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() 299 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() 329 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() 358 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR; in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
D | remove_performer.h | 74 google_apis::GDataErrorCode status); 87 google_apis::GDataErrorCode status, 94 google_apis::GDataErrorCode status);
|