Searched refs:point_in_view_coords (Results 1 – 2 of 2) sorted by relevance
260 gfx::Point point_in_view_coords(p); in ShowContextMenuForView() local261 views::View::ConvertPointFromScreen(non_client_view(), &point_in_view_coords); in ShowContextMenuForView()262 int hit_test = non_client_view()->NonClientHitTest(point_in_view_coords); in ShowContextMenuForView()
457 gfx::Point point_in_view_coords(p); in ShowContextMenuForView() local459 &point_in_view_coords); in ShowContextMenuForView()461 widget()->non_client_view()->NonClientHitTest(point_in_view_coords); in ShowContextMenuForView()