Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/window/
Dnon_client_view.cc204 gfx::RectF rect_in_child_coords_f(rect); in GetEventHandlerForRect() local
205 View::ConvertRectToTarget(this, frame_view_.get(), &rect_in_child_coords_f); in GetEventHandlerForRect()
207 rect_in_child_coords_f); in GetEventHandlerForRect()
/external/chromium_org/ui/views/
Dview.cc858 gfx::RectF rect_in_child_coords_f(rect); in GetEventHandlerForRect() local
859 ConvertRectToTarget(this, child, &rect_in_child_coords_f); in GetEventHandlerForRect()
861 rect_in_child_coords_f); in GetEventHandlerForRect()