Lines Matching refs:WindowWatcher
23 class WindowWatcher::WorkspaceWindowWatcher : public aura::WindowObserver {
25 explicit WorkspaceWindowWatcher(WindowWatcher* watcher) : watcher_(watcher) { in WorkspaceWindowWatcher()
65 WindowWatcher* watcher_;
70 WindowWatcher::WindowWatcher() { in WindowWatcher() function in ash::shell::WindowWatcher
79 WindowWatcher::~WindowWatcher() { in ~WindowWatcher()
87 aura::Window* WindowWatcher::GetWindowByID(ash::ShelfID id) { in GetWindowByID()
93 void WindowWatcher::OnWindowAdded(aura::Window* new_window) { in OnWindowAdded()
126 void WindowWatcher::OnWillRemoveWindow(aura::Window* window) { in OnWillRemoveWindow()
140 void WindowWatcher::OnDisplayAdded(const gfx::Display& new_display) { in OnDisplayAdded()
146 void WindowWatcher::OnDisplayRemoved(const gfx::Display& old_display) { in OnDisplayRemoved()
151 void WindowWatcher::OnDisplayMetricsChanged(const gfx::Display&, uint32_t) { in OnDisplayMetricsChanged()