OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:downloadattachment
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/sync/internal_api/public/attachments/
fake_attachment_downloader.h
22
virtual void
DownloadAttachment
(const AttachmentId& attachment_id,
attachment_downloader.h
23
// The result of a
DownloadAttachment
operation.
41
virtual void
DownloadAttachment
(const AttachmentId& attachment_id,
attachment_downloader_impl.h
44
virtual void
DownloadAttachment
(const AttachmentId& attachment_id,
/external/chromium_org/sync/internal_api/attachments/
fake_attachment_downloader_unittest.cc
52
TEST_F(FakeAttachmentDownloaderTest,
DownloadAttachment
) {
54
downloader()->
DownloadAttachment
(attachment_id, download_callback());
fake_attachment_downloader.cc
19
void FakeAttachmentDownloader::
DownloadAttachment
(
attachment_downloader_impl_unittest.cc
257
//
DownloadAttachment
should trigger RequestAccessToken.
258
downloader()->
DownloadAttachment
(id1, download_callback(id1));
272
// Call
DownloadAttachment
two times for the same id.
273
downloader()->
DownloadAttachment
(id1, download_callback(id1));
274
downloader()->
DownloadAttachment
(id1, download_callback(id1));
281
downloader()->
DownloadAttachment
(id1, download_callback(id1));
289
downloader()->
DownloadAttachment
(id1, download_callback(id1));
308
downloader()->
DownloadAttachment
(id1, download_callback(id1));
315
downloader()->
DownloadAttachment
(id2, download_callback(id2));
330
downloader()->
DownloadAttachment
(id1, download_callback(id1))
[
all
...]
attachment_service_impl.cc
20
// GetOrDownloadAttachments starts multiple parallel
DownloadAttachment
calls.
207
attachment_downloader_->
DownloadAttachment
(
attachment_downloader_impl.cc
61
void AttachmentDownloaderImpl::
DownloadAttachment
(
attachment_service_impl_unittest.cc
100
virtual void
DownloadAttachment
(const AttachmentId& id,
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java
151
tile.
downloadAttachment
(maxAdditionalPriority - i, i != 0);
157
public void
downloadAttachment
(int additionalPriority, boolean delayDownload) {
Completed in 460 milliseconds