Searched refs:rect_in_tabstrip_coords (Results 1 – 2 of 2) sorted by relevance
459 gfx::Rect rect_in_tabstrip_coords = gfx::ToEnclosingRect( in DoesIntersectRect() local462 if (rect_in_tabstrip_coords.y() > tabstrip->height()) in DoesIntersectRect()465 return !tabstrip->HitTestRect(rect_in_tabstrip_coords) || in DoesIntersectRect()466 tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords); in DoesIntersectRect()
511 gfx::Rect rect_in_tabstrip_coords = gfx::ToEnclosingRect( in DoesIntersectRect() local513 if (rect_in_tabstrip_coords.bottom() > tabstrip->GetLocalBounds().bottom()) { in DoesIntersectRect()518 if (tabstrip->HitTestRect(rect_in_tabstrip_coords)) { in DoesIntersectRect()520 return tabstrip->IsRectInWindowCaption(rect_in_tabstrip_coords); in DoesIntersectRect()