Home
last modified time | relevance | path

Searched defs:OnCancel (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DDialog.h129 virtual void OnCancel() {} in OnCancel() function
160 virtual void OnCancel() Z7_override { Destroy(); } in OnCancel() function
175 virtual void OnCancel() Z7_override { End(IDCANCEL); } in OnCancel() function
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp76 void CProgressDialog::OnCancel() { Sync.SetStopped(true); } in OnCancel() function in CProgressDialog
DProgressDialog2.cpp565 void CProgressDialog::OnCancel() { Sync.Set_Stopped(true); } in OnCancel() function in CProgressDialog