Home
last modified time | relevance | path

Searched refs:rect_in_child_coords (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/window/
Dnon_client_view.cc206 gfx::Rect rect_in_child_coords = gfx::ToEnclosingRect( in GetEventHandlerForRect() local
208 if (frame_view_->HitTestRect(rect_in_child_coords)) in GetEventHandlerForRect()
209 return frame_view_->GetEventHandlerForRect(rect_in_child_coords); in GetEventHandlerForRect()
/external/chromium_org/ui/views/
Dview.cc861 gfx::Rect rect_in_child_coords = gfx::ToEnclosingRect( in GetEventHandlerForRect() local
863 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()