Home
last modified time | relevance | path

Searched refs:windowName (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DWindow.cpp50 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 DWindow.h164 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 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()
H A DWindow2.h20 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 Drpng-x.c447 XTextProperty windowName, *pWindowName = &windowName; in rpng_x_create_window() local
H A Drpng2-x.c848 XTextProperty windowName, *pWindowName = &windowName; in rpng2_x_create_window() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp516 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 DRenderer9.cpp297 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()

Completed in 14 milliseconds