Searched refs:bar_size (Results 1 – 1 of 1) sorted by relevance
273 gfx::Size bar_size = bar_->GetPreferredSize(); in Layout() local274 gfx::Rect bar_bounds(bar_size); in Layout()275 bar_bounds.set_x(view_left_to_more->bounds().x() - bar_size.width()); in Layout()276 bar_bounds.set_y((height() - bar_size.height()) / 2); in Layout()