Home | History | Annotate | Download | only in tabs

Lines Matching full:end_of_tab

1347     double end_of_tab = tab_x + tab_width;
1349 gfx::Rect state(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
1352 tab_x = end_of_tab + GetTabHOffset(i + 1);
1792 double end_of_tab = tab_x + tab_width;
1795 gfx::Rect bounds(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
1798 tab_x = end_of_tab + GetTabHOffset(i + 1);