Home | History | Annotate | Download | only in frame

Lines Matching defs:HitTestRect

292 bool OpaqueBrowserFrameView::HitTestRect(const gfx::Rect& rect) const {
293 if (!views::View::HitTestRect(rect)) {
304 if (!frame()->client_view()->HitTestRect(rect_in_client_view_coords))
322 if (tabstrip->HitTestRect(rect_in_tabstrip_coords)) {