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

  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 225 class UpdateShelfObserver;
391 UpdateShelfObserver* update_shelf_observer_;
shelf_layout_manager.cc 154 // ShelfLayoutManager:UpdateShelfObserver --------------------------------------
156 // UpdateShelfObserver is used to delay updating the background until the
158 class ShelfLayoutManager::UpdateShelfObserver
161 explicit UpdateShelfObserver(ShelfLayoutManager* shelf) : shelf_(shelf) {
176 virtual ~UpdateShelfObserver() {
184 DISALLOW_COPY_AND_ASSIGN(UpdateShelfObserver);
640 update_shelf_observer_ = new UpdateShelfObserver(this);
    [all...]

Completed in 64 milliseconds