Home
last modified time | relevance | path

Searched refs:GetWindowUserData (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/win/
Dhwnd_util.h27 GFX_EXPORT void* GetWindowUserData(HWND hwnd);
Dwindow_impl.cc255 CHECK_EQ(this, GetWindowUserData(hwnd)); in Init()
299 WindowImpl* window = reinterpret_cast<WindowImpl*>(GetWindowUserData(hwnd)); in WndProc()
Dhwnd_util.cc113 void* GetWindowUserData(HWND hwnd) { in GetWindowUserData() function
/external/chromium_org/ui/views/controls/menu/
Dnative_menu_win.cc354 reinterpret_cast<MenuHostWindow*>(gfx::GetWindowUserData(window)); in MenuHostWindowProc()