Home
last modified time | relevance | path

Searched refs:windowName (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Windows/
DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
DWindow.h86 LPCTSTR windowName, DWORD style, in CreateEx() argument
91 _window = ::CreateWindowEx(exStyle, className, windowName, in CreateEx()
98 LPCTSTR windowName, DWORD style, in Create() argument
103 _window = ::CreateWindow(className, windowName, in Create()
111 LPCWSTR windowName, DWORD style,
116 LPCWSTR windowName, DWORD style,
/external/lzma/CPP/Windows/Control/
DWindow2.cpp49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx() argument
70 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx() argument
117 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
DWindow2.h18 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
23 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
/external/swiftshader/tests/OGLSimpleCube/
DOGLSimpleCube.cpp40 const char *windowName = "OpenGL Cube"; variable
/external/libpng/contrib/gregbook/
Drpng-x.c446 XTextProperty windowName, *pWindowName = &windowName; in rpng_x_create_window() local
Drpng2-x.c839 XTextProperty windowName, *pWindowName = &windowName; in rpng2_x_create_window() local