Searched refs:GetWindowUserData (Results 1 – 4 of 4) sorted by relevance
27 GFX_EXPORT void* GetWindowUserData(HWND hwnd);
255 CHECK_EQ(this, GetWindowUserData(hwnd)); in Init()299 WindowImpl* window = reinterpret_cast<WindowImpl*>(GetWindowUserData(hwnd)); in WndProc()
113 void* GetWindowUserData(HWND hwnd) { in GetWindowUserData() function
354 reinterpret_cast<MenuHostWindow*>(gfx::GetWindowUserData(window)); in MenuHostWindowProc()