/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 194 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() argument 196 …HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)t… in Create() 203 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() argument 205 return DialogBoxParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 210 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() argument 214 …aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 226 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create() 234 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() argument 237 return DialogBoxParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 247 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()
|
D | Dialog.h | 130 bool Create(LPCTSTR templateName, HWND parentWindow); 131 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create() argument 133 bool Create(LPCWSTR templateName, HWND parentWindow); 143 INT_PTR Create(LPCTSTR templateName, HWND parentWindow); 144 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create() argument 146 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);
|
D | Window2.cpp | 51 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()
|
D | Window2.h | 20 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance); 25 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
|
D | ListView.cpp | 16 HWND parentWindow, HMENU idOrHMenu, in CreateEx() argument 20 height, parentWindow, idOrHMenu, instance, createParam); in CreateEx()
|
D | ListView.h | 20 HWND parentWindow, HMENU idOrHMenu,
|
/external/lzma/CPP/Windows/ |
D | Window.cpp | 52 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()
|
D | Window.h | 88 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/ |
D | PasswordDialog.h | 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
|
D | ComboDialog.h | 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
|
D | ProgressDialog2.h | 303 HRESULT Create(const UString &title, HWND parentWindow = 0);
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | device_info_mf.cc | 44 void* parentWindow, in DisplayCaptureSettingsDialogBox() argument
|
D | device_info_mf.h | 37 void* parentWindow, uint32_t positionX, uint32_t positionY);
|
D | device_info_ds.h | 65 void* parentWindow,
|
D | device_info_ds.cc | 741 void* parentWindow, in DisplayCaptureSettingsDialogBox() argument 746 HWND window = (HWND) parentWindow; in DisplayCaptureSettingsDialogBox()
|
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/ |
D | video_capture_qtkit_info.mm | 103 const char* dialogTitleUTF8, void* parentWindow, 110 AndParentWindow:parentWindow AtX:positionX AndY:positionY]
|
D | video_capture_qtkit_info_objc.h | 63 AndParentWindow:(void*) parentWindow AtX:(uint32_t)positionX
|
D | video_capture_qtkit_info.h | 81 const char* dialogTitleUTF8, void* parentWindow,
|
D | video_capture_qtkit_info_objc.mm | 57 AndParentWindow:(void*) parentWindow
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | device_info_ios.h | 44 void* parentWindow,
|
D | device_info_ios.mm | 151 void* parentWindow,
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture.h | 71 void* parentWindow,
|
/external/clang/test/Analysis/ |
D | pr4209.m | 57 …inCategories searchRequest:(GBSearchRequest*)inRequest parentWindow:(NSWindow*) inP…
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 543 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/ |
D | sorttable.js | 414 …event = event || fixEvent(((this.ownerDocument || this.document || this).parentWindow || window).e…
|