Home
last modified time | relevance | path

Searched refs:UPLOAD_UNSPECIFIED_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/internal_api/public/attachments/
Dattachment_uploader.h24 UPLOAD_UNSPECIFIED_ERROR, // An unspecified error occurred. enumerator
/external/chromium_org/sync/internal_api/attachments/
Dattachment_uploader_impl.cc172 result = UPLOAD_UNSPECIFIED_ERROR; in OnURLFetchComplete()
Dattachment_service_impl.cc249 case AttachmentUploader::UPLOAD_UNSPECIFIED_ERROR: in UploadDone()
Dattachment_uploader_impl_unittest.cc571 EXPECT_EQ(AttachmentUploader::UPLOAD_UNSPECIFIED_ERROR, upload_results()[0]); in TEST_F()
Dattachment_service_impl_unittest.cc502 result = AttachmentUploader::UPLOAD_UNSPECIFIED_ERROR; in TEST_F()