Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc98 } else if (Win32Window* that = GetThisFromHandle(window)) { in WndProc()
235 Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { in GetThisFromHandle() function in flutter::Win32Window
Dwin32_window.h113 static Win32Window* GetThisFromHandle(HWND const window) noexcept;