Home
last modified time | relevance | path

Searched refs:GDataErrorCode (Results 1 – 25 of 104) sorted by relevance

12345

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dfake_drive_service_helper.cc25 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 …]
Dfake_drive_service_helper.h29 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 …]
Dsync_engine_initializer.h83 google_apis::GDataErrorCode error,
87 google_apis::GDataErrorCode error,
91 google_apis::GDataErrorCode error,
95 google_apis::GDataErrorCode error);
99 google_apis::GDataErrorCode error,
Dlocal_to_remote_syncer.h76 google_apis::GDataErrorCode error);
80 google_apis::GDataErrorCode error,
87 google_apis::GDataErrorCode error,
92 google_apis::GDataErrorCode error,
101 google_apis::GDataErrorCode error);
Dfake_drive_uploader.cc20 using google_apis::GDataErrorCode;
28 void DidAddFileOrDirectoryForMakingConflict(GDataErrorCode error, in DidAddFileOrDirectoryForMakingConflict()
36 GDataErrorCode error, in DidAddFileForUploadNew()
50 GDataErrorCode error, in DidGetFileResourceForUploadExisting()
Dconflict_resolver.h53 google_apis::GDataErrorCode error);
59 google_apis::GDataErrorCode error);
65 google_apis::GDataErrorCode error,
Dsync_engine_initializer.cc48 google_apis::GDataErrorCode error,
125 google_apis::GDataErrorCode error, in DidGetAboutResource()
164 google_apis::GDataErrorCode error, in DidFindSyncRoot()
242 google_apis::GDataErrorCode error, in DidCreateSyncRoot()
272 google_apis::GDataErrorCode error) { in DidDetachSyncRoot()
300 google_apis::GDataErrorCode error, in DidListAppRootFolders()
Dremote_to_local_syncer.h119 google_apis::GDataErrorCode error,
168 google_apis::GDataErrorCode error,
184 google_apis::GDataErrorCode error,
Dfolder_creator.h47 google_apis::GDataErrorCode error,
51 google_apis::GDataErrorCode error,
/external/chromium_org/google_apis/drive/
Ddrive_common_callbacks.h21 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,
Dbase_requests.h37 GDataErrorCode error,
68 virtual void OnAuthFailed(GDataErrorCode code) = 0;
177 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) = 0;
184 GDataErrorCode GetErrorCode();
200 virtual void OnAuthFailed(GDataErrorCode code) OVERRIDE;
207 GDataErrorCode error_code_;
221 typedef base::Callback<void(GDataErrorCode error)> EntryActionCallback;
236 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE;
247 typedef base::Callback<void(GDataErrorCode error,
275 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE;
[all …]
Dgdata_wapi_requests.h18 typedef base::Callback<void(GDataErrorCode error,
36 virtual void RunCallbackOnPrematureFailure(GDataErrorCode error) OVERRIDE;
40 void OnDataParsed(GDataErrorCode error, scoped_ptr<ResourceEntry> entry);
Dgdata_wapi_requests.cc50 GDataErrorCode error = GetErrorCode(); in ProcessURLFetchResults()
69 GDataErrorCode error) { in RunCallbackOnPrematureFailure()
73 void GetResourceEntryRequest::OnDataParsed(GDataErrorCode error, in OnDataParsed()
Dbase_requests.cc321 GDataErrorCode UrlFetchRequestBase::GetErrorCode() { in GetErrorCode()
341 error_code_ = static_cast<GDataErrorCode>(source->GetResponseCode()); in OnURLFetchComplete()
410 void UrlFetchRequestBase::OnAuthFailed(GDataErrorCode code) { in OnAuthFailed()
436 void EntryActionRequest::RunCallbackOnPrematureFailure(GDataErrorCode code) { in RunCallbackOnPrematureFailure()
460 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults()
475 GDataErrorCode code) { in RunCallbackOnPrematureFailure()
496 UploadRangeResponse::UploadRangeResponse(GDataErrorCode code, in UploadRangeResponse()
530 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults()
581 void UploadRangeRequestBase::OnDataParsed(GDataErrorCode code, in OnDataParsed()
591 GDataErrorCode code) { in RunCallbackOnPrematureFailure()
[all …]
Dgdata_errorcode.h13 enum GDataErrorCode { enum
42 std::string GDataErrorCodeToString(GDataErrorCode error);
Ddrive_api_requests_unittest.cc54 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/
Dfake_drive_service_unittest.cc31 using google_apis::GDataErrorCode;
61 GDataErrorCode error = GDATA_OTHER_ERROR; in FindEntry()
79 GDataErrorCode error = GDATA_OTHER_ERROR; in AddNewDirectory()
104 GDataErrorCode error; in GetLargestChangeByAboutResource()
119 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F()
136 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F()
149 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F()
166 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F()
185 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F()
199 GDataErrorCode error = GDATA_OTHER_ERROR; in TEST_F()
[all …]
Ddrive_uploader_unittest.cc24 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 …]
Ddrive_app_registry.h69 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/
Djob_scheduler.h239 base::Callback<void(google_apis::GDataErrorCode)> abort_callback;
266 bool OnJobDone(JobID job_id, google_apis::GDataErrorCode error);
272 google_apis::GDataErrorCode error,
279 google_apis::GDataErrorCode error,
286 google_apis::GDataErrorCode error,
293 google_apis::GDataErrorCode error,
300 google_apis::GDataErrorCode error,
307 google_apis::GDataErrorCode error,
313 google_apis::GDataErrorCode error);
319 google_apis::GDataErrorCode error,
[all …]
Djob_scheduler_unittest.cc35 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 …]
Djob_scheduler.cc53 struct CreateErrorRunCallbackHelper<void(google_apis::GDataErrorCode, P1)> {
55 const base::Callback<void(google_apis::GDataErrorCode, P1)>& callback, in Run()
56 google_apis::GDataErrorCode error) { in Run()
64 base::Callback<void(google_apis::GDataErrorCode)>
821 bool JobScheduler::OnJobDone(JobID job_id, google_apis::GDataErrorCode error) { in OnJobDone()
881 google_apis::GDataErrorCode error, in OnGetFileListJobDone()
893 google_apis::GDataErrorCode error, in OnGetChangeListJobDone()
905 google_apis::GDataErrorCode error, in OnGetFileResourceJobDone()
917 google_apis::GDataErrorCode error, in OnGetAboutResourceJobDone()
929 google_apis::GDataErrorCode error, in OnGetShareUrlJobDone()
[all …]
Dfake_file_system.h148 google_apis::GDataErrorCode gdata_error,
152 google_apis::GDataErrorCode gdata_error,
168 google_apis::GDataErrorCode gdata_error,
178 google_apis::GDataErrorCode gdata_error,
Dchange_list_loader.h107 google_apis::GDataErrorCode status,
179 google_apis::GDataErrorCode status,
189 void OnAboutResourceUpdated(google_apis::GDataErrorCode error,
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dremove_performer.h74 google_apis::GDataErrorCode status);
87 google_apis::GDataErrorCode status,
94 google_apis::GDataErrorCode status);

12345