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/window/
non_client_view.cc 206 gfx::Rect rect_in_child_coords = gfx::ToEnclosingRect( local
208 if (frame_view_->HitTestRect(rect_in_child_coords))
209 return frame_view_->GetEventHandlerForRect(rect_in_child_coords);
  /external/chromium_org/ui/views/
view.cc 861 gfx::Rect rect_in_child_coords = gfx::ToEnclosingRect( local
863 if (!child->HitTestRect(rect_in_child_coords))
866 View* cur_view = child->GetEventHandlerForRect(rect_in_child_coords);
888 gfx::Point point_in_child_coords(rect_in_child_coords.CenterPoint());
    [all...]

Completed in 49 milliseconds