Lines Matching refs:atts
5967 MediaData::AttachmentList atts;
5969 HRESULT rc = i_getMediumAttachmentsOfController(aName, atts);
5973 aMediumAttachments.resize(atts.size());
5974 for (MediaData::AttachmentList::iterator it = atts.begin(); it != atts.end(); ++it, ++i)
9553 MediaData::AttachmentList &atts)
9572 atts.clear();
9578 atts.push_back(pAtt);
10443 MediaData::AttachmentList atts;
10445 HRESULT rc = i_getMediumAttachmentsOfController(aStorageController->i_getName(), atts);
10449 for (MediaData::AttachmentList::const_iterator it = atts.begin();
10450 it != atts.end();
10703 MediaData::AttachmentList atts = mMediaData->mAttachments;
10710 for (MediaData::AttachmentList::const_iterator it = atts.begin();
10711 it != atts.end();