OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 73 milliseconds