Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
DDialog.cpp357 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
366 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
373 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
397 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.h151 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create()
164 …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.h88 HWND parentWindow, HMENU idOrHMenu, in CreateEx()
100 HWND parentWindow, HMENU idOrHMenu, in Create()
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp1391 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow) in Create()