Searched defs:l_param_ht (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc2104 LPARAM l_param_ht = MAKELPARAM(point.x, point.y); local
2105 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht);
2293 LPARAM l_param_ht = l_param; local
2297 POINT screen_point = CR_POINT_INITIALIZER_FROM_LPARAM(l_param_ht);
2299 l_param_ht = MAKELPARAM(screen_point.x, screen_point.y);
2301 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht);

Completed in 56 milliseconds