Home
last modified time | relevance | path

Searched refs:On_CheckBoxSet_Clicked (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp3676 void COptionsDialog::On_CheckBoxSet_Clicked(const CBoolBox &bb) in On_CheckBoxSet_Clicked() function in COptionsDialog
3796 case IDX_COMPRESS_MTIME_SET: { On_CheckBoxSet_Clicked (MTime); return true; } in OnButtonClicked()
3797 case IDX_COMPRESS_CTIME_SET: { On_CheckBoxSet_Clicked (CTime); return true; } in OnButtonClicked()
3798 case IDX_COMPRESS_ATIME_SET: { On_CheckBoxSet_Clicked (ATime); return true; } in OnButtonClicked()
3799 case IDX_COMPRESS_ZTIME_SET: { On_CheckBoxSet_Clicked (ZTime); return true; } in OnButtonClicked()
H A DCompressDialog.h459 void On_CheckBoxSet_Clicked(const CBoolBox &bb);