Searched defs:WPARAM (Results 1 – 8 of 8) sorted by relevance
| /external/lzma/CPP/7zip/UI/FileManager/ |
| D | ComboDialog.cpp | 42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
|
| D | ProgressDialog.cpp | 101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
|
| D | ProgressDialog2.cpp | 435 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument 909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
|
| D | BrowseDialog.cpp | 310 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
|
| /external/lzma/CPP/Windows/Control/ |
| D | Window2.h | 33 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
|
| D | Dialog.h | 94 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument 110 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument
|
| /external/python/cpython2/Lib/ctypes/ |
| D | wintypes.py | 42 WPARAM = c_ulong variable 45 WPARAM = c_ulonglong variable
|
| /external/python/cpython3/Lib/ctypes/ |
| D | wintypes.py | 43 WPARAM = ctypes.c_ulong variable 46 WPARAM = ctypes.c_ulonglong variable
|