Home | History | Annotate | Download | only in tabs

Lines Matching refs:new_bounds

488     gfx::Rect new_bounds = bounds[i];
489 new_bounds.Offset(location.x(), location.y());
498 bounds_animator().SetTargetBounds(tabs[i], new_bounds);
500 tab->SetBoundsRect(new_bounds);
512 gfx::Rect new_bounds = tab->bounds();
513 new_bounds.set_origin(gfx::Point(x, 0));
514 bounds->push_back(new_bounds);