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

/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.h18 class WindowWatcher;
22 explicit ShelfDelegateImpl(WindowWatcher* watcher);
25 void set_watcher(WindowWatcher* watcher) { watcher_ = watcher; }
39 WindowWatcher* watcher_;
H A Dwindow_watcher.h26 // WindowWatcher is responsible for listening for newly created windows and
28 class WindowWatcher : public aura::WindowObserver, class in namespace:ash::shell
31 WindowWatcher();
32 virtual ~WindowWatcher();
56 DISALLOW_COPY_AND_ASSIGN(WindowWatcher);
H A Dwindow_watcher.cc23 class WindowWatcher::WorkspaceWindowWatcher : public aura::WindowObserver {
25 explicit WorkspaceWindowWatcher(WindowWatcher* watcher) : watcher_(watcher) {
65 WindowWatcher* watcher_;
70 WindowWatcher::WindowWatcher() { function in class:ash::shell::WindowWatcher
79 WindowWatcher::~WindowWatcher() {
87 aura::Window* WindowWatcher::GetWindowByID(ash::ShelfID id) {
93 void WindowWatcher::OnWindowAdded(aura::Window* new_window) {
126 void WindowWatcher
[all...]
H A Dwindow_watcher_shelf_item_delegate.h16 class WindowWatcher;
18 // ShelfItemDelegate implementation used by WindowWatcher.
21 WindowWatcherShelfItemDelegate(ShelfID id, WindowWatcher* watcher);
35 WindowWatcher* watcher_;
H A Dwindow_watcher_unittest.cc24 scoped_ptr<ash::shell::WindowWatcher> window_watcher;
37 window_watcher.reset(new ash::shell::WindowWatcher);
H A Dshell_delegate_impl.h25 class WindowWatcher;
32 void SetWatcher(WindowWatcher* watcher);
70 WindowWatcher* watcher_;
H A Dshelf_delegate_impl.cc16 ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher)
H A Dwindow_watcher_shelf_item_delegate.cc16 WindowWatcher* watcher)
H A Dshell_delegate_impl.cc160 void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.h33 class WindowWatcher;
56 scoped_ptr<ash::shell::WindowWatcher> window_watcher_;
H A Dshell_browser_main_parts.cc134 window_watcher_.reset(new ash::shell::WindowWatcher);
/external/chromium_org/ash/
H A Dshell.h153 class WindowWatcher;
586 friend class shell::WindowWatcher;

Completed in 1377 milliseconds