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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.h79 const EncryptedMediumMap &m_encryptedMediums; member in class:UIAddDiskEncryptionPasswordDialog
H A DUIAddDiskEncryptionPasswordDialog.cpp142 const EncryptedMediumMap &m_encryptedMediums; member in class:UIEncryptionDataModel
187 const EncryptedMediumMap &m_encryptedMediums; member in class:UIEncryptionDataTable
235 , m_encryptedMediums(encryptedMediums)
348 const QStringList encryptedMediums = m_encryptedMediums.values(m_encryptionPasswords.keys().at(index.row()));
384 const QString strMediumId = m_encryptedMediums.values(strKey).first();
402 foreach (const QString &strPasswordId, m_encryptedMediums.keys())
429 : m_encryptedMediums(encryptedMediums)
464 m_pModelEncryptionData = new UIEncryptionDataModel(this, m_encryptedMediums);
522 , m_encryptedMediums(encryptedMediums)
568 m_pTableEncryptionData = new UIEncryptionDataTable(m_encryptedMediums);
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.h92 EncryptedMediumMap m_encryptedMediums; member in struct:UIDataSettingsMachineGeneral

Completed in 1892 milliseconds