Home
last modified time | relevance | path

Searched refs:parentWindow (Results 1 – 25 of 34) sorted by relevance

12

/external/lzma/CPP/Windows/Control/
DDialog.cpp193 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() argument
195 …HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)t… in Create()
202 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() argument
204 return DialogBoxParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
209 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() argument
213 …aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
225 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create()
233 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() argument
236 return DialogBoxParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create()
246 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()
DDialog.h129 bool Create(LPCTSTR templateName, HWND parentWindow);
130 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create() argument
132 bool Create(LPCWSTR templateName, HWND parentWindow);
141 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
142 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create() argument
144 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);
DWindow2.cpp51 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance) in CreateEx() argument
71 x, y, width, height, parentWindow, idOrHMenu, instance, this); in CreateEx()
78 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance) in CreateEx() argument
118 x, y, width, height, parentWindow, idOrHMenu, instance, this); in CreateEx()
DWindow2.h20 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
25 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
DListView.cpp16 HWND parentWindow, HMENU idOrHMenu, in CreateEx() argument
20 height, parentWindow, idOrHMenu, instance, createParam); in CreateEx()
DListView.h20 HWND parentWindow, HMENU idOrHMenu,
/external/lzma/CPP/Windows/
DWindow.cpp52 HWND parentWindow, HMENU idOrHMenu, in Create() argument
58 style, x, y, width, height, parentWindow, in Create()
63 style, x, y, width, height, parentWindow, in Create()
70 HWND parentWindow, HMENU idOrHMenu, in CreateEx() argument
76 style, x, y, width, height, parentWindow, in CreateEx()
99 style, x, y, width, height, parentWindow, in CreateEx()
DWindow.h88 HWND parentWindow, HMENU idOrHMenu, in CreateEx() argument
92 style, x, y, width, height, parentWindow, in CreateEx()
100 HWND parentWindow, HMENU idOrHMenu, in Create() argument
104 style, x, y, width, height, parentWindow, in Create()
113 HWND parentWindow, HMENU idOrHMenu,
118 HWND parentWindow, HMENU idOrHMenu,
/external/lzma/CPP/7zip/UI/FileManager/
DPasswordDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
DComboDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
DProgressDialog2.h304 HRESULT Create(const UString &title, HWND parentWindow = 0);
/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_mf.cc44 void* parentWindow, in DisplayCaptureSettingsDialogBox() argument
Ddevice_info_mf.h37 void* parentWindow, uint32_t positionX, uint32_t positionY);
Ddevice_info_ds.h65 void* parentWindow,
Ddevice_info_ds.cc741 void* parentWindow, in DisplayCaptureSettingsDialogBox() argument
746 HWND window = (HWND) parentWindow; in DisplayCaptureSettingsDialogBox()
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_info.mm103 const char* dialogTitleUTF8, void* parentWindow,
110 AndParentWindow:parentWindow AtX:positionX AndY:positionY]
Dvideo_capture_qtkit_info_objc.h63 AndParentWindow:(void*) parentWindow AtX:(uint32_t)positionX
Dvideo_capture_qtkit_info.h81 const char* dialogTitleUTF8, void* parentWindow,
Dvideo_capture_qtkit_info_objc.mm57 AndParentWindow:(void*) parentWindow
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios.h44 void* parentWindow,
Ddevice_info_ios.mm151 void* parentWindow,
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture.h71 void* parentWindow,
/external/clang/test/Analysis/
Dpr4209.m57 …inCategories searchRequest:(GBSearchRequest*)inRequest parentWindow:(NSWindow*) inP…
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc543 WindowRef parentWindow = HIViewGetWindow(windowRef); in VideoRenderAGL() local
545 InstallWindowEventHandler (parentWindow, in VideoRenderAGL()
600 WindowRef parentWindow = HIViewGetWindow(hiviewRef); in sHandleHiViewResized() local
616 obj->ParentWindowResized(parentWindow); in sHandleHiViewResized()
/external/clang/tools/scan-build/share/scan-build/
Dsorttable.js414 …event = event || fixEvent(((this.ownerDocument || this.document || this).parentWindow || window).e…

12