Home
last modified time | relevance | path

Searched refs:IDOK (Results 1 - 10 of 10) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp48 GetItemSizes(IDOK, bx2, by); in OnSize()
55 MoveItem(IDOK, x - mx - bx2, y, bx2, by); in OnSize()
H A DBrowseDialog.cpp312 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 DExtractCallback.cpp679 if (dialog.Create(*ProgressDialog) != IDOK) in CryptoGetTextPassword()
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp233 if (dialog.Create(hwndParent) != IDOK) in ExtractGUI()
/third_party/lzma/CPP/Windows/Control/
H A DDialog.cpp93 case IDOK: OnOK(); break; in OnButtonClicked()
H A DDialog.h174 virtual void OnOK() Z7_override { End(IDOK); } variable
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp779 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 DAEncodeProperties.cpp1508 case IDOK :
H A DACM.cpp139 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 DVisualPng.c445 case IDOK : in AboutDlgProc()

Completed in 14 milliseconds