HomeSort by relevance Sort by last modified time
    Searched refs:overflow_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/shelf/
shelf_view.h 147 gfx::Rect overflow_bounds; member in struct:ash::ShelfView::IdealBounds
shelf_view.cc 688 overflow_button_->SetBoundsRect(ideal_bounds.overflow_bounds);
765 bounds->overflow_bounds.set_size(
813 bounds->overflow_bounds.set_x(x);
814 bounds->overflow_bounds.set_y(y);
864 overflow_button_->SetBoundsRect(ideal_bounds.overflow_bounds);
    [all...]
shelf_view_unittest.cc 684 gfx::Rect overflow_bounds = local
692 EXPECT_EQ(overflow_bounds.ToString(), last_bounds.ToString());
    [all...]

Completed in 36 milliseconds