Searched defs:parentWindow (Results 1 – 9 of 9) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 194 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() 203 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() 210 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() 234 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
|
D | Window2.cpp | 51 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance) in CreateEx() 78 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance) in CreateEx()
|
D | Dialog.h | 131 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create() 144 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create()
|
D | ListView.cpp | 16 HWND parentWindow, HMENU idOrHMenu, in CreateEx()
|
/external/lzma/CPP/Windows/ |
D | Window.cpp | 52 HWND parentWindow, HMENU idOrHMenu, in Create() 70 HWND parentWindow, HMENU idOrHMenu, in CreateEx()
|
D | Window.h | 88 HWND parentWindow, HMENU idOrHMenu, in CreateEx() 100 HWND parentWindow, HMENU idOrHMenu, in Create()
|
/external/webrtc/modules/video_capture/windows/ |
D | device_info_ds.cc | 584 void* parentWindow, in DisplayCaptureSettingsDialogBox()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 1268 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow) in Create()
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 1612 WindowPtr parentWindow; in WinObj_RepositionWindow() local
|