Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc44 std::wstring converted_title = NarrowToWide(title); in Initialize()
53 std::wstring Win32Window::NarrowToWide(const char* source) { in NarrowToWide() function in flutter::Win32Window
Dwin32_window.h39 std::wstring NarrowToWide(const char* source);