Searched refs:GetOrDownloadAttachments (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/sync/internal_api/attachments/ |
D | attachment_service_proxy.cc | 65 void AttachmentServiceProxy::GetOrDownloadAttachments( in GetOrDownloadAttachments() function in syncer::AttachmentServiceProxy 75 base::Bind(&AttachmentService::GetOrDownloadAttachments, in GetOrDownloadAttachments() 114 void AttachmentServiceProxy::Core::GetOrDownloadAttachments( in GetOrDownloadAttachments() function in syncer::AttachmentServiceProxy::Core 120 wrapped_->GetOrDownloadAttachments(attachment_ids, callback); in GetOrDownloadAttachments()
|
D | attachment_service_proxy_unittest.cc | 39 virtual void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids, in GetOrDownloadAttachments() function in syncer::StubAttachmentService 166 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download); in TEST_F() 185 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download); in TEST_F() 202 proxy->GetOrDownloadAttachments(AttachmentIdList(), callback_get_or_download); in TEST_F()
|
D | attachment_service_impl_unittest.cc | 281 attachment_service()->GetOrDownloadAttachments(attachment_ids, in TEST_F() 293 attachment_service()->GetOrDownloadAttachments(attachment_ids, in TEST_F() 313 attachment_service()->GetOrDownloadAttachments(attachment_ids, in TEST_F() 358 attachment_service()->GetOrDownloadAttachments(attachment_ids, in TEST_F()
|
D | attachment_service_impl.cc | 168 void AttachmentServiceImpl::GetOrDownloadAttachments( in GetOrDownloadAttachments() function in syncer::AttachmentServiceImpl
|
/external/chromium_org/sync/internal_api/public/attachments/ |
D | attachment_service_proxy.h | 57 virtual void GetOrDownloadAttachments( 87 virtual void GetOrDownloadAttachments(
|
D | attachment_service.h | 70 virtual void GetOrDownloadAttachments(
|
D | attachment_service_impl.h | 63 virtual void GetOrDownloadAttachments(
|
/external/chromium_org/sync/api/ |
D | sync_data.cc | 215 void SyncDataRemote::GetOrDownloadAttachments( in GetOrDownloadAttachments() function in syncer::SyncDataRemote 218 attachment_service_.GetOrDownloadAttachments(attachment_ids, callback); in GetOrDownloadAttachments()
|
D | sync_data.h | 190 void GetOrDownloadAttachments(
|