Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DDialog.cpp194 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()
DWindow2.cpp51 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance) in CreateEx()
78 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance) in CreateEx()
DDialog.h131 …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()
DListView.cpp16 HWND parentWindow, HMENU idOrHMenu, in CreateEx()
/external/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()
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc584 void* parentWindow, in DisplayCaptureSettingsDialogBox()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp1268 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow) in Create()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c1612 WindowPtr parentWindow; in WinObj_RepositionWindow() local