Searched refs:OnNotify (Results 1 – 9 of 9) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
D | PropertyPage.h | 25 virtual bool OnNotify(UINT controlID, LPNMHDR lParam) Z7_override;
|
D | Window2.h | 36 …virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */, LRESULT & /* result */) { return… in OnNotify() function
|
D | Window2.cpp | 147 if (OnNotify((UINT)wParam, (LPNMHDR) lParam, result)) in OnMessage()
|
D | PropertyPage.cpp | 39 bool CPropertyPage::OnNotify(UINT /* controlID */, LPNMHDR lParam) in OnNotify() function in NWindows::NControl::CPropertyPage
|
D | Dialog.h | 131 virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */) { return false; } in OnNotify() function
|
D | Dialog.cpp | 56 case WM_NOTIFY: return OnNotify((UINT)wParam, (LPNMHDR) lParam); in OnMessage()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.h | 217 virtual bool OnNotify(UINT /* controlID */, LPNMHDR header) Z7_override;
|
D | BrowseDialog.cpp | 103 virtual bool OnNotify(UINT controlID, LPNMHDR header) Z7_override; 371 bool CBrowseDialog::OnNotify(UINT /* controlID */, LPNMHDR header) in OnNotify() function in CBrowseDialog
|
D | ProgressDialog2.cpp | 1302 bool CProgressDialog::OnNotify(UINT /* controlID */, LPNMHDR header) in OnNotify() function in CProgressDialog
|