Home | History | Annotate | Download | only in shelf

Lines Matching defs:ShelfWindowWatcher

32 // ShelfWindowWatcher creates and handles a ShelfItem for windows that have
34 class ShelfWindowWatcher : public aura::client::ActivationChangeObserver,
38 ShelfWindowWatcher(ShelfModel* model,
40 virtual ~ShelfWindowWatcher();
45 explicit RootWindowObserver(ShelfWindowWatcher* window_watcher);
53 ShelfWindowWatcher* window_watcher_;
59 // ShelfWindowWatcher::StartObservingRemovedWindow() for more details.
62 explicit RemovedWindowObserver(ShelfWindowWatcher* window_watcher);
72 ShelfWindowWatcher* window_watcher_;
144 DISALLOW_COPY_AND_ASSIGN(ShelfWindowWatcher);