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

/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.h32 // ShelfWindowWatcher creates and handles a ShelfItem for windows that have
34 class ShelfWindowWatcher : public aura::client::ActivationChangeObserver, class in namespace:ash
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);
[all...]
H A Dshelf_window_watcher.cc36 // Returns true if |window| has a ShelfItem added by ShelfWindowWatcher.
53 ShelfWindowWatcher::RootWindowObserver::RootWindowObserver(
54 ShelfWindowWatcher* window_watcher)
58 ShelfWindowWatcher::RootWindowObserver::~RootWindowObserver() {
61 void ShelfWindowWatcher::RootWindowObserver::OnWindowDestroying(
66 ShelfWindowWatcher::RemovedWindowObserver::RemovedWindowObserver(
67 ShelfWindowWatcher* window_watcher)
71 ShelfWindowWatcher::RemovedWindowObserver::~RemovedWindowObserver() {
74 void ShelfWindowWatcher::RemovedWindowObserver::OnWindowParentChanged(
97 void ShelfWindowWatcher
103 ShelfWindowWatcher::ShelfWindowWatcher( function in class:ash::ShelfWindowWatcher
[all...]

Completed in 407 milliseconds