Searched refs:point_in_child_coords (Results 1 – 1 of 1) sorted by relevance
642 gfx::Point point_in_child_coords(point); in GetIndexForPoint() local643 View::ConvertPointToView(this, child, &point_in_child_coords); in GetIndexForPoint()644 if (child->HitTest(point_in_child_coords)) in GetIndexForPoint()