Home | History | Annotate | Download | only in shell

Lines Matching defs:WindowWatcher

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