HomeSort by relevance Sort by last modified time
    Searched refs:tab_area_width (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 521 int tab_area_width() const { return width() - new_tab_button_width(); } function in class:TabStrip
tab_strip.cc 757 const int visible_width = tab->dragging() ? width() : tab_area_width();
787 tab_area_width();
    [all...]
tab_drag_controller.cc 354 const int last_tabstrip_width = attached_tabstrip_->tab_area_width();
    [all...]

Completed in 79 milliseconds