Searched refs:point_in_parent_coords (Results 1 – 1 of 1) sorted by relevance
337 gfx::Point point_in_parent_coords(p); in ShowContextMenuForView() local338 views::View::ConvertPointToView(NULL, parent(), &point_in_parent_coords); in ShowContextMenuForView()339 int hit_test = NonClientHitTest(point_in_parent_coords); in ShowContextMenuForView()