Home | History | Annotate | Download | only in tabs

Lines Matching refs:new_tab_x

2448     int new_tab_x = tabs_.ideal_bounds(tabs_.view_size() - 1).right() +
2450 newtab_button_bounds_.set_origin(gfx::Point(new_tab_x, new_tab_y));
2478 int new_tab_x;
2484 new_tab_x = width() - newtab_button_bounds_.width();
2486 new_tab_x = Round(tab_x - tab_h_offset()) + newtab_button_h_offset();
2488 newtab_button_bounds_.set_origin(gfx::Point(new_tab_x, new_tab_y));