Searched refs:overflow_bounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_view.h147 gfx::Rect overflow_bounds; member in struct:ash::ShelfView::IdealBounds
H A Dshelf_view.cc686 overflow_button_->SetBoundsRect(ideal_bounds.overflow_bounds);
763 bounds->overflow_bounds.set_size(
811 bounds->overflow_bounds.set_x(x);
812 bounds->overflow_bounds.set_y(y);
862 overflow_button_->SetBoundsRect(ideal_bounds.overflow_bounds);
H A Dshelf_view_unittest.cc712 gfx::Rect overflow_bounds = local
720 EXPECT_EQ(overflow_bounds.ToString(), last_bounds.ToString());

Completed in 163 milliseconds