Home | History | Annotate | Download | only in attachments

Lines Matching refs:attachment_ids

180   AttachmentIdList attachment_ids;
181 attachment_service()->GetOrDownloadAttachments(attachment_ids,
191 AttachmentIdList attachment_ids;
192 attachment_ids.push_back(AttachmentId::Create());
193 attachment_service()->GetOrDownloadAttachments(attachment_ids,
196 local_attachments.insert(attachment_ids[0]);
202 EXPECT_TRUE(last_download_attachments()->find(attachment_ids[0]) !=
208 AttachmentIdList attachment_ids;
209 attachment_ids.push_back(AttachmentId::Create());
210 attachment_ids.push_back(AttachmentId::Create());
211 attachment_ids.push_back(AttachmentId::Create());
213 attachment_service()->GetOrDownloadAttachments(attachment_ids,
220 local_attachments.insert(attachment_ids[0]);
227 downloader()->RespondToDownload(attachment_ids[1],
235 attachment_ids[2], AttachmentDownloader::DOWNLOAD_UNSPECIFIED_ERROR);
241 EXPECT_TRUE(last_download_attachments()->find(attachment_ids[0]) !=
243 EXPECT_TRUE(last_download_attachments()->find(attachment_ids[1]) !=
245 EXPECT_TRUE(last_download_attachments()->find(attachment_ids[2]) ==