HomeSort by relevance Sort by last modified time
    Searched refs:rect_in_child_coords (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/
view_targeter_delegate.cc 54 gfx::Rect rect_in_child_coords = gfx::ToEnclosingRect( local
56 if (!child->HitTestRect(rect_in_child_coords))
59 View* cur_view = child->GetEventHandlerForRect(rect_in_child_coords);
81 gfx::Point point_in_child_coords(rect_in_child_coords.CenterPoint());
  /external/chromium_org/ui/views/window/
non_client_view.cc 232 gfx::Rect rect_in_child_coords = gfx::ToEnclosingRect( local
234 if (frame_view_->HitTestRect(rect_in_child_coords))
235 return frame_view_->GetEventHandlerForRect(rect_in_child_coords);

Completed in 2562 milliseconds