Home
last modified time | relevance | path

Searched refs:WindowWatcher (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ash/shell/
Dwindow_watcher.cc23 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()
[all …]
Dwindow_watcher.h28 class WindowWatcher : public aura::WindowObserver,
31 WindowWatcher();
32 virtual ~WindowWatcher();
56 DISALLOW_COPY_AND_ASSIGN(WindowWatcher);
Dshelf_delegate_impl.h18 class WindowWatcher; variable
22 explicit ShelfDelegateImpl(WindowWatcher* watcher);
25 void set_watcher(WindowWatcher* watcher) { watcher_ = watcher; } in set_watcher()
39 WindowWatcher* watcher_;
Dwindow_watcher_shelf_item_delegate.h16 class WindowWatcher; variable
21 WindowWatcherShelfItemDelegate(ShelfID id, WindowWatcher* watcher);
35 WindowWatcher* watcher_;
Dshell_delegate_impl.h25 class WindowWatcher; variable
32 void SetWatcher(WindowWatcher* watcher);
70 WindowWatcher* watcher_;
Dwindow_watcher_unittest.cc24 scoped_ptr<ash::shell::WindowWatcher> window_watcher; in TEST_F()
37 window_watcher.reset(new ash::shell::WindowWatcher); in TEST_F()
Dshelf_delegate_impl.cc16 ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher) in ShelfDelegateImpl()
Dwindow_watcher_shelf_item_delegate.cc16 WindowWatcher* watcher) in WindowWatcherShelfItemDelegate()
Dshell_delegate_impl.cc160 void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) { in SetWatcher()
/external/chromium_org/ash/shell/content_client/
Dshell_browser_main_parts.h33 class WindowWatcher; variable
56 scoped_ptr<ash::shell::WindowWatcher> window_watcher_;
Dshell_browser_main_parts.cc134 window_watcher_.reset(new ash::shell::WindowWatcher); in PreMainMessageLoopRun()
/external/chromium_org/ash/
Dshell.h153 class WindowWatcher; variable
586 friend class shell::WindowWatcher;