Home | History | Annotate | Download | only in tabs

Lines Matching refs:new_tab_x

926   int new_tab_x;
934 new_tab_x = width() - newtab_button_bounds_.width();
936 new_tab_x = Round(tab_x - kTabHOffset) + kNewTabButtonHOffset;
938 newtab_button_bounds_.set_origin(gfx::Point(new_tab_x, new_tab_y));