Home
last modified time | relevance | path

Searched refs:IsButtonCheckedBool (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp129 const bool val = IsButtonCheckedBool(id); in GetButton_Bools()
265 ShowItem_Bool(IDE_EXTRACT_NAME, IsButtonCheckedBool(IDX_EXTRACT_NAME_ENABLE)); in OnButtonClicked()
347 ElimDup.Val = IsButtonCheckedBool(IDX_EXTRACT_ELIM_DUP); in OnOK()
376 const bool splitDest = IsButtonCheckedBool(IDX_EXTRACT_NAME_ENABLE); in OnOK()
DExtractDialog.h70 bool IsShowPasswordChecked() const { return IsButtonCheckedBool(IDX_PASSWORD_SHOW); } in IsShowPasswordChecked()
/third_party/lzma/CPP/7zip/UI/FileManager/
DPasswordDialog.cpp22 ShowPassword = IsButtonCheckedBool(IDX_PASSWORD_SHOW); in ReadControls()
/third_party/lzma/CPP/Windows/Control/
DDialog.h104 bool IsButtonCheckedBool(unsigned buttonID) const in IsButtonCheckedBool() function