Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc741 const int visible_width = tab->dragging() ? width() : tab_area_width(); in ShouldTabBeVisible()
771 tab_area_width(); in ShouldTabBeVisible()
1590 touch_layout_->SetWidth(tab_area_width()); in DoLayout()
1678 const int last_tab_x = tab_area_width() - last_tab_width; in StackDraggedTabs()
2069 tab_area_width() : available_width_for_tabs_; in GetDesiredTabWidths()
2543 touch_layout_->SetWidth(tab_area_width()); in SwapLayoutIfNecessary()
2569 int available_width = tab_area_width() - x; in NeedsTouchLayout()
Dtab_strip.h525 int tab_area_width() const { return width() - new_tab_button_width(); } in tab_area_width() function
Dtab_drag_controller.cc357 const int last_tabstrip_width = attached_tabstrip_->tab_area_width(); in Drag()
1013 const int last_tabstrip_width = attached_tabstrip_->tab_area_width(); in DetachIntoNewBrowserAndRunMoveLoop()
1678 const int dragged_tabstrip_width = attached_tabstrip_->tab_area_width(); in AdjustBrowserAndTabBoundsForDrag()