Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view_ash.cc459 gfx::Rect rect_in_tabstrip_coords = gfx::ToEnclosingRect( in DoesIntersectRect() local
462 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()
Dopaque_browser_frame_view.cc511 gfx::Rect rect_in_tabstrip_coords = gfx::ToEnclosingRect( in DoesIntersectRect() local
513 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()