Searched refs:GDATA_CANCELLED (Results 1 – 9 of 9) sorted by relevance
34 GDATA_CANCELLED = -102, enumerator
74 case GDATA_CANCELLED: in GDataErrorCodeToString()
317 RunCallbackOnPrematureFailure(GDATA_CANCELLED); in Cancel()
22 using google_apis::GDATA_CANCELLED;243 UploadFailed(upload_file_info.Pass(), GDATA_CANCELLED); in StartUploadFileAfterGetFileSize()329 UploadFailed(upload_file_info.Pass(), GDATA_CANCELLED); in UploadNextChunk()
156 case google_apis::GDATA_CANCELLED: in GDataToFileError()
112 return base::Bind(callback, google_apis::GDATA_CANCELLED, GURL()); in InitiateUploadNewFile()1005 EXPECT_EQ(google_apis::GDATA_CANCELLED, error1); in TEST_F()1055 EXPECT_EQ(google_apis::GDATA_CANCELLED, error1); in TEST_F()
63 google_apis::GDATA_CANCELLED, in DownloadFile()
222 AbortNotRunningJob(job, google_apis::GDATA_CANCELLED); in CancelJob()
115 case google_apis::GDATA_CANCELLED: in GDataErrorCodeToSyncStatusCode()