Searched defs:oldAtts (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp3854 const MediaData::AttachmentList &oldAtts = mMediaData.backedUpData()->mAttachments; local
3859 if ((pAttachTemp = i_findAttachment(oldAtts, medium)))
3935 const MediaData::AttachmentList &oldAtts = mMediaData.backedUpData()->mAttachments; local
3937 MediaData::AttachmentList::const_iterator foundIt = oldAtts.end();
3940 for (MediaData::AttachmentList::const_iterator it = oldAtts.begin(); it != oldAtts.end(); ++it)
4010 else if ( foundIt == oldAtts.end()
4020 if (foundIt != oldAtts.end())
10950 const MediaData::AttachmentList &oldAtts = mMediaData.backedUpData()->mAttachments; local
10974 if (!i_findAttachment(oldAtts, pMediu
[all...]

Completed in 85 milliseconds