Searched refs:dragged_tabstrip_width (Results 1 – 1 of 1) sorted by relevance
1678 const int dragged_tabstrip_width = attached_tabstrip_->tab_area_width(); in AdjustBrowserAndTabBoundsForDrag() local1681 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()