/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 193 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()
|
D | Dialog.h | 129 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);
|
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 | 304 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…
|