Home
last modified time | relevance | path

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

/external/chromium_org/ash/shelf/
Dshelf_layout_manager.h224 class UpdateShelfObserver; variable
401 UpdateShelfObserver* update_shelf_observer_;
Dshelf_layout_manager.cc166 class ShelfLayoutManager::UpdateShelfObserver class in ash::internal::ShelfLayoutManager
169 explicit UpdateShelfObserver(ShelfLayoutManager* shelf) : shelf_(shelf) { in UpdateShelfObserver() function in ash::internal::ShelfLayoutManager::UpdateShelfObserver
184 virtual ~UpdateShelfObserver() { in ~UpdateShelfObserver()
192 DISALLOW_COPY_AND_ASSIGN(UpdateShelfObserver);
627 update_shelf_observer_ = new UpdateShelfObserver(this); in SetState()