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

/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc2143 LPARAM l_param_ht = MAKELPARAM(point.x, point.y); local
2144 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht);
2332 LPARAM l_param_ht = l_param; local
2336 POINT screen_point = CR_POINT_INITIALIZER_FROM_LPARAM(l_param_ht);
2338 l_param_ht = MAKELPARAM(screen_point.x, screen_point.y);
2340 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht);

Completed in 106 milliseconds