Searched defs:tabstrip_bounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc819 gfx::Rect tabstrip_bounds = GetViewScreenBounds(attached_tabstrip_); local
820 if (DoesRectContainVerticalPointExpanded(tabstrip_bounds,
863 gfx::Rect tabstrip_bounds = GetViewScreenBounds(tabstrip); local
864 return point_in_screen.x() < tabstrip_bounds.right() &&
865 point_in_screen.x() >= tabstrip_bounds.x() &&
866 DoesRectContainVerticalPointExpanded(tabstrip_bounds,

Completed in 109 milliseconds