Searched defs:WindowWatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shell/
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...]

Completed in 121 milliseconds