Searched defs:parentWindow (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 193 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() 202 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() 209 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() 233 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 | 130 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create() 142 …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 | 87 HWND parentWindow, HMENU idOrHMenu, in CreateEx() 99 HWND parentWindow, HMENU idOrHMenu, in Create()
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | device_info_mf.cc | 44 void* parentWindow, in DisplayCaptureSettingsDialogBox()
|
D | device_info_ds.cc | 741 void* parentWindow, in DisplayCaptureSettingsDialogBox()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 543 WindowRef parentWindow = HIViewGetWindow(windowRef); in VideoRenderAGL() local 600 WindowRef parentWindow = HIViewGetWindow(hiviewRef); in sHandleHiViewResized() local
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 1229 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow) in Create()
|