Searched refs:IDOK (Results 1 - 10 of 10) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ComboDialog.cpp | 48 GetItemSizes(IDOK, bx2, by);
in OnSize() 55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
in OnSize()
|
H A D | BrowseDialog.cpp | 312 GetItemSizes(IDOK, bx2, by);
in OnSize() 316 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
in OnSize() 822 End(IDOK);
in FinishOnOK() 851 if (dialog.Create(owner) != IDOK)
in MyBrowseForFolder() 950 if (dialog.Create(hwndOwner) != IDOK)
in BrowseForFile() 1084 if (dlg.Create(wnd) != IDOK)
in Dlg_CreateFolder()
|
H A D | ExtractCallback.cpp | 679 if (dialog.Create(*ProgressDialog) != IDOK)
in CryptoGetTextPassword()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractGUI.cpp | 233 if (dialog.Create(hwndParent) != IDOK)
in ExtractGUI()
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 93 case IDOK: OnOK(); break;
in OnButtonClicked()
|
H A D | Dialog.h | 174 virtual void OnOK() Z7_override { End(IDOK); }
variable
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 779 return CheckCanceled() ? IDCANCEL : IDOK; in OnDetectRelatedBundle() 883 return CheckCanceled() ? IDCANCEL : IDOK; in OnPlanRelatedBundle() 918 return CheckCanceled() ? IDCANCEL : IDOK; in OnPlanPackageBegin() 2278 _allowRestart = IDOK == ::MessageBoxW( in OnChangeState()
|
/third_party/lame/ACM/ |
H A D | AEncodeProperties.cpp | 1508 case IDOK :
|
H A D | ACM.cpp | 139 if (IDOK == command) 141 EndDialog(hwndDlg, (IDOK == command)); 144 EndDialog(hwndDlg, (IDOK == command)); 261 if (IDOK == command) in AboutProc()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | VisualPng.c | 445 case IDOK : in AboutDlgProc()
|
Completed in 14 milliseconds