Home | History | Annotate | Download | only in tabs

Lines Matching refs:new_x

426     double new_x = start_tab_a_bounds_.x() + delta;
427 gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(),
434 new_x = start_tab_b_bounds_.x() + delta;
435 bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(),