Searched refs:GetWindowUserData (Results 1 – 6 of 6) sorted by relevance
27 GFX_EXPORT void* GetWindowUserData(HWND hwnd);
219 CHECK_EQ(this, GetWindowUserData(hwnd)); in Init()259 WindowImpl* window = reinterpret_cast<WindowImpl*>(GetWindowUserData(hwnd)); in WndProc()
113 void* GetWindowUserData(HWND hwnd) { in GetWindowUserData() function
195 Shell* shell = static_cast<Shell*>(gfx::GetWindowUserData(hwnd)); in WndProc()257 Shell* shell = static_cast<Shell*>(gfx::GetWindowUserData(hwnd)); in EditWndProc()
352 reinterpret_cast<MenuHostWindow*>(gfx::GetWindowUserData(window)); in MenuHostWindowProc()
2466 gfx::GetWindowUserData(hWnd)); in PaintCompositorHostWindow()