Searched refs:WindowWatcher (Results 1 – 12 of 12) sorted by relevance
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::WindowWatcher79 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()[all …]
28 class WindowWatcher : public aura::WindowObserver,31 WindowWatcher();32 virtual ~WindowWatcher();56 DISALLOW_COPY_AND_ASSIGN(WindowWatcher);
18 class WindowWatcher; variable22 explicit ShelfDelegateImpl(WindowWatcher* watcher);25 void set_watcher(WindowWatcher* watcher) { watcher_ = watcher; } in set_watcher()39 WindowWatcher* watcher_;
16 class WindowWatcher; variable21 WindowWatcherShelfItemDelegate(ShelfID id, WindowWatcher* watcher);35 WindowWatcher* watcher_;
25 class WindowWatcher; variable32 void SetWatcher(WindowWatcher* watcher);70 WindowWatcher* watcher_;
24 scoped_ptr<ash::shell::WindowWatcher> window_watcher; in TEST_F()37 window_watcher.reset(new ash::shell::WindowWatcher); in TEST_F()
16 ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher) in ShelfDelegateImpl()
16 WindowWatcher* watcher) in WindowWatcherShelfItemDelegate()
160 void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) { in SetWatcher()
33 class WindowWatcher; variable56 scoped_ptr<ash::shell::WindowWatcher> window_watcher_;
134 window_watcher_.reset(new ash::shell::WindowWatcher); in PreMainMessageLoopRun()
153 class WindowWatcher; variable586 friend class shell::WindowWatcher;