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

/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc20 class WindowWatcher::WorkspaceWindowWatcher : public aura::WindowObserver {
22 explicit WorkspaceWindowWatcher(WindowWatcher* watcher) : watcher_(watcher) {
64 WindowWatcher* watcher_;
69 WindowWatcher::WindowWatcher() { function in class:ash::shell::WindowWatcher
78 WindowWatcher::~WindowWatcher() {
86 aura::Window* WindowWatcher::GetWindowByID(ash::LauncherID id) {
91 ash::LauncherID WindowWatcher::GetIDByWindow(aura::Window* window) const {
101 void WindowWatcher
[all...]
H A Dwindow_watcher_unittest.cc21 scoped_ptr<ash::shell::WindowWatcher> window_watcher;
31 window_watcher.reset(new ash::shell::WindowWatcher);
H A Dlauncher_delegate_impl.h18 class WindowWatcher;
22 explicit LauncherDelegateImpl(WindowWatcher* watcher);
25 void set_watcher(WindowWatcher* watcher) { watcher_ = watcher; }
50 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 Dshell_delegate_impl.h21 class WindowWatcher;
28 void SetWatcher(WindowWatcher* watcher);
83 WindowWatcher* watcher_;
H A Dlauncher_delegate_impl.cc17 LauncherDelegateImpl::LauncherDelegateImpl(WindowWatcher* watcher)
H A Dshell_delegate_impl.cc69 void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.h29 class WindowWatcher;
51 scoped_ptr<ash::shell::WindowWatcher> window_watcher_;
H A Dshell_browser_main_parts.cc130 window_watcher_.reset(new ash::shell::WindowWatcher);
/external/chromium_org/ash/
H A Dshell.h131 class WindowWatcher;
483 friend class shell::WindowWatcher;

Completed in 164 milliseconds