Home
last modified time | relevance | path

Searched refs:showPassword (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp319 bool showPassword = IsShowPasswordChecked(); in OnOK() local
320 if (showPassword != _info.ShowPassword.Val) in OnOK()
323 _info.ShowPassword.Val = showPassword; in OnOK()
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h32 void Save_ShowPassword(bool showPassword);
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp661 bool showPassword = NExtract::Read_ShowPassword(); in CryptoGetTextPassword() local
662 dialog.ShowPassword = showPassword; in CryptoGetTextPassword()
670 if (dialog.ShowPassword != showPassword) in CryptoGetTextPassword()