Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_win.h118 void SetAsPopup(CefWindowHandle parent, const CefString& windowName) { in SetAsPopup() argument
127 cef_string_copy(windowName.c_str(), windowName.length(), &window_name); in SetAsPopup()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc174 std::wstring windowName(CefString(&window_info_.window_name)); in CreateHostWindow() local
177 CreateWindowEx(window_info_.ex_style, GetWndClass(), windowName.c_str(), in CreateHostWindow()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c447 XTextProperty windowName, *pWindowName = &windowName; in rpng_x_create_window() local
Drpng2-x.c848 XTextProperty windowName, *pWindowName = &windowName; in rpng2_x_create_window() local
/third_party/libpng/contrib/gregbook/
Drpng-x.c447 XTextProperty windowName, *pWindowName = &windowName; in rpng_x_create_window() local
Drpng2-x.c848 XTextProperty windowName, *pWindowName = &windowName; in rpng2_x_create_window() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp230 std::string windowName = "Dawn " + ParamName(type) + " test window"; in CreateBackendWindow() local
231 GLFWwindow* window = glfwCreateWindow(400, 400, windowName.c_str(), nullptr, nullptr); in CreateBackendWindow()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp404 std::string windowName = windowNameStream.str(); in initOSWindow() local
414 if (!mFixture->osWindow->initialize(windowName.c_str(), 128, 128)) in initOSWindow()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp516 std::string windowName = windowNameStream.str(); in initOSWindow() local
528 if (!mFixture->osWindow->initialize(windowName.c_str(), 128, 128)) in initOSWindow()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp289 static const TCHAR windowName[] = TEXT("AngleHiddenWindow"); in initialize() local
295 CreateWindowEx(WS_EX_NOACTIVATE, className, windowName, WS_DISABLED | WS_POPUP, 0, 0, 1, in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
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()