OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadResult
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/sync/internal_api/attachments/
fake_attachment_downloader_unittest.cc
32
const std::vector<AttachmentDownloader::
DownloadResult
>& download_results() {
42
void DownloadDone(const AttachmentDownloader::
DownloadResult
& result,
49
std::vector<AttachmentDownloader::
DownloadResult
> download_results_;
attachment_downloader_impl_unittest.cc
138
typedef std::map<AttachmentId, AttachmentDownloader::
DownloadResult
>
162
const AttachmentDownloader::
DownloadResult
& result,
166
const AttachmentDownloader::
DownloadResult
& result);
224
const AttachmentDownloader::
DownloadResult
& result,
244
const AttachmentDownloader::
DownloadResult
& result) {
attachment_downloader_impl.cc
136
DownloadResult
result = DOWNLOAD_TRANSIENT_ERROR;
192
const
DownloadResult
& result,
attachment_service_impl.cc
259
const AttachmentDownloader::
DownloadResult
& result,
attachment_service_impl_unittest.cc
108
void RespondToDownload(const AttachmentId& id, const
DownloadResult
& result) {
/external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader.h
24
enum
DownloadResult
{
31
typedef base::Callback<void(const
DownloadResult
&, scoped_ptr<Attachment>)>
39
// |callback| will receive a
DownloadResult
code and an Attachment object. If
40
//
DownloadResult
is not DOWNLOAD_SUCCESS then attachment pointer is NULL.
attachment_downloader_impl.h
68
const
DownloadResult
& result,
attachment_service_impl.h
93
const AttachmentDownloader::
DownloadResult
& result,
Completed in 255 milliseconds