Home
last modified time | relevance | path

Searched refs:unavailable_attachment_ids (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
Dattachment_service_impl.cc194 scoped_ptr<AttachmentIdList> unavailable_attachment_ids) { in ReadDone() argument
202 AttachmentIdList::const_iterator iter = unavailable_attachment_ids->begin(); in ReadDone()
203 AttachmentIdList::const_iterator end = unavailable_attachment_ids->end(); in ReadDone()
304 scoped_ptr<AttachmentIdList> unavailable_attachment_ids) { in ReadDoneNowUpload() argument
306 if (!unavailable_attachment_ids->empty()) { in ReadDoneNowUpload()
309 AttachmentIdList::const_iterator iter = unavailable_attachment_ids->begin(); in ReadDoneNowUpload()
310 AttachmentIdList::const_iterator end = unavailable_attachment_ids->end(); in ReadDoneNowUpload()
/external/chromium_org/sync/internal_api/public/attachments/
Dattachment_service_impl.h86 scoped_ptr<AttachmentIdList> unavailable_attachment_ids);
99 scoped_ptr<AttachmentIdList> unavailable_attachment_ids);