Searched defs:UpdateShelfObserver (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc162 // ShelfLayoutManager:UpdateShelfObserver --------------------------------------
164 // UpdateShelfObserver is used to delay updating the background until the
166 class ShelfLayoutManager::UpdateShelfObserver class in class:ash::internal::ShelfLayoutManager
169 explicit UpdateShelfObserver(ShelfLayoutManager* shelf) : shelf_(shelf) { function in class:ash::internal::ShelfLayoutManager::UpdateShelfObserver
184 virtual ~UpdateShelfObserver() {
192 DISALLOW_COPY_AND_ASSIGN(UpdateShelfObserver);
627 update_shelf_observer_ = new UpdateShelfObserver(this);

Completed in 78 milliseconds