Home
last modified time | relevance | path

Searched refs:wideTitle (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc56 std::wstring wideTitle(length, L'#'); in NarrowToWide() local
57 mbstowcs_s(&outlen, &wideTitle[0], length + 1, source, length); in NarrowToWide()
58 return wideTitle; in NarrowToWide()
/third_party/flutter/glfw/src/
Dwin32_window.c859 WCHAR* wideTitle; in createNativeWindow() local
888 wideTitle = _glfwCreateWideStringFromUTF8Win32(wndconfig->title); in createNativeWindow()
889 if (!wideTitle) in createNativeWindow()
898 wideTitle, in createNativeWindow()
907 free(wideTitle); in createNativeWindow()
1051 WCHAR* wideTitle = _glfwCreateWideStringFromUTF8Win32(title); in _glfwPlatformSetWindowTitle() local
1052 if (!wideTitle) in _glfwPlatformSetWindowTitle()
1059 SetWindowTextW(window->win32.handle, wideTitle); in _glfwPlatformSetWindowTitle()
1060 free(wideTitle); in _glfwPlatformSetWindowTitle()