Searched refs:templateName (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 388 bool CModelessDialog::Create(LPCTSTR templateName, HWND parentWindow)
in Create() argument 390 const HWND aHWND = CreateDialogParam(g_hInstance, templateName, parentWindow, DialogProcedure, (LPARAM)this);
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() 413 if (IS_INTRESOURCE(templateName))
in Create() 414 templateNameA = (LPCSTR)templateName;
in Create() 417 name = GetSystemString(templateName);
in Create() 428 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWN argument [all...] |
H A D | Dialog.h | 154 bool Create(LPCTSTR templateName, HWND parentWindow);
157 bool Create(LPCWSTR templateName, HWND parentWindow);
167 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
170 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);
|
/third_party/musl/libc-test/src/functionalext/supplement/temp/temp_gtest/ |
H A D | temp_mkostemps64_test.cpp | 17 char templateName[] = "/tmp/mytempXXXXXX"; in HWTEST_F() local 21 int fd = mkostemps64(templateName, suffixlen, flags); in HWTEST_F() 24 remove(templateName); in HWTEST_F()
|
Completed in 2 milliseconds