Searched refs:m_encryptionPasswords (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp112 EncryptionPasswordMap encryptionPasswords() const { return m_encryptionPasswords; }
145 EncryptionPasswordMap m_encryptionPasswords; member in class:UIEncryptionDataModel
254 return m_encryptionPasswords.size();
324 return m_encryptionPasswords.keys().at(index.row());
326 return QString().fill('*', m_encryptionPasswords.value(m_encryptionPasswords.keys().at(index.row())).size());
338 return m_encryptionPasswords.value(m_encryptionPasswords.keys().at(index.row()));
348 const QStringList encryptedMediums = m_encryptedMediums.values(m_encryptionPasswords.keys().at(index.row()));
381 const QString strKey = m_encryptionPasswords
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.h94 EncryptionPasswordMap m_encryptionPasswords; member in struct:UIDataSettingsMachineGeneral
H A DUIMachineSettingsGeneral.cpp237 generalData.m_encryptionPasswords = pDlg->encryptionPasswords();
319 const EncryptionPasswordMap &encryptionPasswords = generalData.m_encryptionPasswords;

Completed in 58 milliseconds