Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DDialog.cpp389 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
398 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
405 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
429 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.h172 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create()
186 …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.h166 HWND parentWindow, HMENU idOrHMenu, in CreateEx()
178 HWND parentWindow, HMENU idOrHMenu, in Create()
/external/lzma/CPP/7zip/UI/FileManager/
DFileFolderPluginOpen.cpp244 const FString &path, const UString &arcFormat, HWND parentWindow) in OpenFileFolderPlugin()
DPanel.cpp75 HRESULT CPanel::Create(HWND mainWindow, HWND parentWindow, UINT id, in Create()
DProgressDialog2.cpp1412 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow) in Create()
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc586 void* parentWindow, in DisplayCaptureSettingsDialogBox()