Home
last modified time | relevance | path

Searched refs:updating_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_layout_manager.h113 bool updating_bounds() const { return updating_bounds_; } in updating_bounds()
348 bool updating_bounds_; variable
Dshelf_layout_manager.cc199 updating_bounds_(false), in ShelfLayoutManager()
526 if (!updating_bounds_ && in SetChildBounds()
656 base::AutoReset<bool> auto_reset_updating_bounds(&updating_bounds_, true); in UpdateBoundsAndOpacity()