Searched refs:last_tabstrip_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h416 // When |last_tabstrip_width| is larger than the new tabstrip width the tabs
419 void AdjustBrowserAndTabBoundsForDrag(int last_tabstrip_width,
H A Dtab_drag_controller.cc357 const int last_tabstrip_width = attached_tabstrip_->tab_area_width(); local
369 AdjustBrowserAndTabBoundsForDrag(last_tabstrip_width,
1013 const int last_tabstrip_width = attached_tabstrip_->tab_area_width(); local
1041 AdjustBrowserAndTabBoundsForDrag(last_tabstrip_width,
1673 int last_tabstrip_width,
1681 if (dragged_tabstrip_width < last_tabstrip_width) {
1683 drag_bounds->front().x() / static_cast<float>(last_tabstrip_width);
1672 AdjustBrowserAndTabBoundsForDrag( int last_tabstrip_width, const gfx::Point& point_in_screen, std::vector<gfx::Rect>* drag_bounds) argument

Completed in 1232 milliseconds