Home | History | Annotate | Download | only in tabs

Lines Matching refs:ideal_bounds

986     const gfx::Rect& ideal_bounds = attached_tabstrip_->ideal_bounds(i);
988 gfx::Rect left_half = ideal_bounds;
990 gfx::Rect right_half = ideal_bounds;
991 right_half.set_width(ideal_bounds.width() - left_half.width());
1005 int max_y = ideal_bounds.bottom();
1006 int mid_y = ideal_bounds.y() + ideal_bounds.height() / 2;