Home | History | Annotate | Download | only in tabs

Lines Matching refs:tab_x

899   double tab_x = 0;
910 tab_x += mini_to_non_mini_gap_;
915 double end_of_tab = tab_x + tab_width;
916 int rounded_tab_x = Round(tab_x);
920 tab_x = end_of_tab + kTabHOffset;
936 new_tab_x = Round(tab_x - kTabHOffset) + kNewTabButtonHOffset;