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

  /external/chromium_org/ash/shelf/
shelf.cc 86 gfx::Rect bounds(shelf_view_->GetIdealBoundsOfItemIcon(id));
shelf_view.h 82 gfx::Rect GetIdealBoundsOfItemIcon(ShelfID id);
shelf_view_unittest.cc 660 gfx::Rect ideal_bounds = shelf_view_->GetIdealBoundsOfItemIcon(id);
683 gfx::Rect first_bounds = shelf_view_->GetIdealBoundsOfItemIcon(first_id);
685 shelf_view_->GetIdealBoundsOfItemIcon(overflow_id);
686 gfx::Rect last_bounds = shelf_view_->GetIdealBoundsOfItemIcon(last_id);
    [all...]
shelf_view.cc 451 gfx::Rect ShelfView::GetIdealBoundsOfItemIcon(ShelfID id) {
    [all...]

Completed in 147 milliseconds