Searched refs:rect_in_child_coords (Results 1 – 2 of 2) sorted by relevance
206 gfx::Rect rect_in_child_coords = gfx::ToEnclosingRect( in GetEventHandlerForRect() local208 if (frame_view_->HitTestRect(rect_in_child_coords)) in GetEventHandlerForRect()209 return frame_view_->GetEventHandlerForRect(rect_in_child_coords); in GetEventHandlerForRect()
861 gfx::Rect rect_in_child_coords = gfx::ToEnclosingRect( in GetEventHandlerForRect() local863 if (!child->HitTestRect(rect_in_child_coords)) in GetEventHandlerForRect()866 View* cur_view = child->GetEventHandlerForRect(rect_in_child_coords); in GetEventHandlerForRect()888 gfx::Point point_in_child_coords(rect_in_child_coords.CenterPoint()); in GetEventHandlerForRect()