Home | History | Annotate | Download | only in tabs

Lines Matching refs:normal_count

2688   int normal_count = tab_count() - mini_tab_count;
2689 if (normal_count <= 1 || normal_count == mini_tab_count)
2693 return (Tab::GetTouchWidth() * normal_count +
2694 tab_h_offset() * (normal_count - 1)) > available_width;