WindowWatcher     154 ash/shell.h    class WindowWatcher;
WindowWatcher     573 ash/shell.h      friend class shell::WindowWatcher;
WindowWatcher     130 ash/shell/content_client/shell_browser_main_parts.cc   window_watcher_.reset(new ash::shell::WindowWatcher);
WindowWatcher      33 ash/shell/content_client/shell_browser_main_parts.h class WindowWatcher;
WindowWatcher      56 ash/shell/content_client/shell_browser_main_parts.h   scoped_ptr<ash::shell::WindowWatcher> window_watcher_;
WindowWatcher      17 ash/shell/shelf_delegate_impl.cc ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher)
WindowWatcher      18 ash/shell/shelf_delegate_impl.h class WindowWatcher;
WindowWatcher      22 ash/shell/shelf_delegate_impl.h   explicit ShelfDelegateImpl(WindowWatcher* watcher);
WindowWatcher      25 ash/shell/shelf_delegate_impl.h   void set_watcher(WindowWatcher* watcher) { watcher_ = watcher; }
WindowWatcher      39 ash/shell/shelf_delegate_impl.h   WindowWatcher* watcher_;
WindowWatcher      79 ash/shell/shell_delegate_impl.cc void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
WindowWatcher      25 ash/shell/shell_delegate_impl.h class WindowWatcher;
WindowWatcher      32 ash/shell/shell_delegate_impl.h   void SetWatcher(WindowWatcher* watcher);
WindowWatcher      70 ash/shell/shell_delegate_impl.h   WindowWatcher* watcher_;
WindowWatcher      25 ash/shell/window_watcher.cc   explicit WorkspaceWindowWatcher(WindowWatcher* watcher) : watcher_(watcher) {
WindowWatcher      65 ash/shell/window_watcher.cc   WindowWatcher* watcher_;
WindowWatcher      70 ash/shell/window_watcher.cc WindowWatcher::WindowWatcher() {
WindowWatcher      79 ash/shell/window_watcher.cc WindowWatcher::~WindowWatcher() {
WindowWatcher      87 ash/shell/window_watcher.cc aura::Window* WindowWatcher::GetWindowByID(ash::ShelfID id) {
WindowWatcher      93 ash/shell/window_watcher.cc void WindowWatcher::OnWindowAdded(aura::Window* new_window) {
WindowWatcher     127 ash/shell/window_watcher.cc void WindowWatcher::OnWillRemoveWindow(aura::Window* window) {
WindowWatcher     141 ash/shell/window_watcher.cc void WindowWatcher::OnDisplayBoundsChanged(const gfx::Display& display) {
WindowWatcher     144 ash/shell/window_watcher.cc void WindowWatcher::OnDisplayAdded(const gfx::Display& new_display) {
WindowWatcher     150 ash/shell/window_watcher.cc void WindowWatcher::OnDisplayRemoved(const gfx::Display& old_display) {
WindowWatcher      28 ash/shell/window_watcher.h class WindowWatcher : public aura::WindowObserver,
WindowWatcher      31 ash/shell/window_watcher.h   WindowWatcher();
WindowWatcher      32 ash/shell/window_watcher.h   virtual ~WindowWatcher();
WindowWatcher      55 ash/shell/window_watcher.h   DISALLOW_COPY_AND_ASSIGN(WindowWatcher);
WindowWatcher      16 ash/shell/window_watcher_shelf_item_delegate.cc     WindowWatcher* watcher)
WindowWatcher      16 ash/shell/window_watcher_shelf_item_delegate.h class WindowWatcher;
WindowWatcher      21 ash/shell/window_watcher_shelf_item_delegate.h   WindowWatcherShelfItemDelegate(ShelfID id, WindowWatcher* watcher);
WindowWatcher      35 ash/shell/window_watcher_shelf_item_delegate.h   WindowWatcher* watcher_;
WindowWatcher      22 ash/shell/window_watcher_unittest.cc   scoped_ptr<ash::shell::WindowWatcher> window_watcher;
WindowWatcher      32 ash/shell/window_watcher_unittest.cc   window_watcher.reset(new ash::shell::WindowWatcher);