Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc46 WNDCLASS window_class = ResgisterWindowClass(converted_title); in Initialize()
61 WNDCLASS Win32Window::ResgisterWindowClass(std::wstring& title) { in ResgisterWindowClass() function in flutter::Win32Window
Dwin32_window.h43 WNDCLASS ResgisterWindowClass(std::wstring& title);