Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/win/
Dhwnd_util.h27 GFX_EXPORT void* GetWindowUserData(HWND hwnd);
Dwindow_impl.cc219 CHECK_EQ(this, GetWindowUserData(hwnd)); in Init()
259 WindowImpl* window = reinterpret_cast<WindowImpl*>(GetWindowUserData(hwnd)); in WndProc()
Dhwnd_util.cc113 void* GetWindowUserData(HWND hwnd) { in GetWindowUserData() function
/external/chromium_org/content/shell/browser/
Dshell_win.cc195 Shell* shell = static_cast<Shell*>(gfx::GetWindowUserData(hwnd)); in WndProc()
257 Shell* shell = static_cast<Shell*>(gfx::GetWindowUserData(hwnd)); in EditWndProc()
/external/chromium_org/ui/views/controls/menu/
Dnative_menu_win.cc352 reinterpret_cast<MenuHostWindow*>(gfx::GetWindowUserData(window)); in MenuHostWindowProc()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_win.cc2466 gfx::GetWindowUserData(hWnd)); in PaintCompositorHostWindow()