HomeSort by relevance Sort by last modified time
    Searched refs:IsButtonCheckedBool (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/UI/FileManager/
PasswordDialog.cpp 22 ShowPassword = IsButtonCheckedBool(IDX_PASSWORD_SHOW);
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.h 70 bool IsShowPasswordChecked() const { return IsButtonCheckedBool(IDX_PASSWORD_SHOW); }
ExtractDialog.cpp 127 bool val = IsButtonCheckedBool(id);
263 ShowItem_Bool(IDE_EXTRACT_NAME, IsButtonCheckedBool(IDX_EXTRACT_NAME_ENABLE));
344 ElimDup.Val = IsButtonCheckedBool(IDX_EXTRACT_ELIM_DUP);
373 bool splitDest = IsButtonCheckedBool(IDX_EXTRACT_NAME_ENABLE);
  /external/lzma/CPP/Windows/Control/
Dialog.h 84 bool IsButtonCheckedBool(int buttonID) const

Completed in 175 milliseconds