/third_party/lzma/CPP/Windows/ |
H A D | Window.cpp | 50 LPCWSTR windowName, DWORD style,
in Create() 57 _window = ::CreateWindowW(className, windowName,
in Create() 62 return Create(GetSystemString(className), GetSystemString(windowName),
in Create() 68 LPCWSTR windowName, DWORD style,
in CreateEx() 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() 49 Create(LPCWSTR className, LPCWSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) Create() argument 67 CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) CreateEx() argument
|
H A D | Window.h | 164 LPCTSTR windowName, DWORD style,
in CreateEx() 169 _window = ::CreateWindowEx(exStyle, className, windowName,
in CreateEx() 176 LPCTSTR windowName, DWORD style,
in Create() 181 _window = ::CreateWindow(className, windowName,
in Create() 189 LPCWSTR windowName, DWORD style,
194 LPCWSTR windowName, DWORD style,
163 CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) CreateEx() argument 175 Create(LPCTSTR className, LPCTSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) Create() argument
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Window2.cpp | 49 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()
|
H A D | Window2.h | 20 bool CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName,
25 bool CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 447 XTextProperty windowName, *pWindowName = &windowName; in rpng_x_create_window() local
|
H A D | rpng2-x.c | 848 XTextProperty windowName, *pWindowName = &windowName; in rpng2_x_create_window() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.cpp | 516 std::string windowName = windowNameStream.str(); in initOSWindow() local 528 if (!mFixture->osWindow->initialize(windowName.c_str(), 128, 128)) in initOSWindow()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 297 static const TCHAR windowName[] = TEXT("AngleHiddenWindow"); in initialize() local 303 CreateWindowEx(WS_EX_NOACTIVATE, className, windowName, WS_DISABLED | WS_POPUP, 0, 0, 1, in initialize()
|