Home | History | Annotate | Download | only in tabs

Lines Matching defs:unselected

230   // We have "tiny tabs" if the tabs are so tiny that the unselected ones are
661 // When there are multiple tabs, we'll have one selected and some unselected
665 // selected tabs have a minimum width of 4 and unselected tabs have a minimum
673 // Unselected width = (total width - selected width) / (num_tabs - 1)
679 // Selected width = (total width - (unselected width * (num_tabs - 1)))
706 double unselected, selected;
707 GetDesiredTabWidths(tab_count(), mini_tab_count, &unselected, &selected);
708 // TODO: this is always selected, should it be 'selected : unselected'?
889 double unselected, selected;
890 GetDesiredTabWidths(non_closing_tab_count, mini_tab_count, &unselected,
893 current_unselected_width_ = unselected;
904 double tab_width = unselected;
929 if (abs(Round(unselected) - Tab::GetStandardSize().width()) > 1 &&