/third_party/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 388 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() argument 390 …const HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LP… in Create() 397 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create() argument 399 return DialogBoxParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 404 bool CModelessDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() argument 408 …aHWND = CreateDialogParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 420 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create() 428 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create() argument 431 return DialogBoxParamW(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this); in Create() 441 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()
|
D | Dialog.h | 154 bool Create(LPCTSTR templateName, HWND parentWindow); 155 …bool Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow);… in Create() argument 157 bool Create(LPCWSTR templateName, HWND parentWindow); 167 INT_PTR Create(LPCTSTR templateName, HWND parentWindow); 168 …INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create() argument 170 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 | 22 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance); 27 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,
|
/third_party/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 | 166 HWND parentWindow, HMENU idOrHMenu, in CreateEx() argument 170 style, x, y, width, height, parentWindow, in CreateEx() 178 HWND parentWindow, HMENU idOrHMenu, in Create() argument 182 style, x, y, width, height, parentWindow, in Create() 191 HWND parentWindow, HMENU idOrHMenu, 196 HWND parentWindow, HMENU idOrHMenu,
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | PasswordDialog.h | 25 …INT_PTR Create(HWND parentWindow = NULL) { return CModalDialog::Create(IDD_PASSWORD, parentWindow)…
|
D | ComboDialog.h | 25 INT_PTR Create(HWND parentWindow = NULL) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
|
D | ProgressDialog2.h | 310 HRESULT Create(const UString &title, HWND parentWindow = NULL);
|
D | ProgressDialog2.cpp | 1396 HRESULT CProgressThreadVirt::Create(const UString &title, HWND parentWindow) in Create() argument 1402 CProgressDialog::Create(title, thread, parentWindow); in Create()
|
/third_party/libevdev/doc/html/ |
D | jquery.js | 2 …tNode)p.push(o),a=o;a===(n.ownerDocument||E)&&p.push(a.defaultView||a.parentWindow||C)}i=0;while((… 8 …ment||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=…
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
D | jquery.js | 16 …,bI]);bz=bH}if(bz&&bz===bA.ownerDocument){bB.push([bz.defaultView||bz.parentWindow||bd,bI])}}for(b…
|