Home | History | Annotate | Download | only in omnibox

Lines Matching refs:client_point

1161   CPoint client_point(screen_point);
1162 ::MapWindowPoints(NULL, m_hWnd, &client_point, 1);
1163 SendMessage(msg, flags, MAKELPARAM(client_point.x, client_point.y));