Home
last modified time | relevance | path

Searched defs:parentWindow (Results 1 – 7 of 7) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DDialog.cpp388 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
397 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
404 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
428 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
DWindow2.cpp51 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance) in CreateEx()
78 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance) in CreateEx()
DDialog.h155 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create()
168 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create()
DListView.cpp16 HWND parentWindow, HMENU idOrHMenu, in CreateEx()
/third_party/lzma/CPP/Windows/
DWindow.cpp52 HWND parentWindow, HMENU idOrHMenu, in Create()
70 HWND parentWindow, HMENU idOrHMenu, in CreateEx()
DWindow.h166 HWND parentWindow, HMENU idOrHMenu, in CreateEx()
178 HWND parentWindow, HMENU idOrHMenu, in Create()
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp1396 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow) in Create()