OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCancel
(Results
1 - 8
of
8
) sorted by null
/external/lzma/CPP/Windows/Control/
Dialog.h
107
virtual void
OnCancel
() {};
135
virtual void
OnCancel
() { Destroy(); }
149
virtual void
OnCancel
() { End(IDCANCEL); }
Dialog.cpp
74
case IDCANCEL:
OnCancel
(); break;
/external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp
74
void CProgressDialog::
OnCancel
() { Sync.SetStopped(true); }
ProgressDialog.h
99
virtual void
OnCancel
();
ProgressDialog2.h
211
virtual void
OnCancel
();
ProgressDialog2.cpp
553
void CProgressDialog::
OnCancel
() { Sync.Set_Stopped(true); }
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.h
115
virtual void
OnCancel
();
ChooserDialog.cpp
737
//
OnCancel
740
void ChooserDialog::
OnCancel
()
[
all
...]
Completed in 890 milliseconds