Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc1678 const int dragged_tabstrip_width = attached_tabstrip_->tab_area_width(); in AdjustBrowserAndTabBoundsForDrag() local
1681 if (dragged_tabstrip_width < last_tabstrip_width) { in AdjustBrowserAndTabBoundsForDrag()
1686 if (drag_bounds->back().right() < dragged_tabstrip_width) { in AdjustBrowserAndTabBoundsForDrag()
1688 std::min(static_cast<int>(leading_ratio * dragged_tabstrip_width), in AdjustBrowserAndTabBoundsForDrag()
1689 dragged_tabstrip_width - in AdjustBrowserAndTabBoundsForDrag()