Home
last modified time | relevance | path

Searched refs:OnWillRemoveWindow (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_cycle_list.cc46 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
100 void ScopedShowWindow::OnWillRemoveWindow(aura::Window* window) { in OnWillRemoveWindow() function in ash::ScopedShowWindow
Dalways_on_top_controller.h36 virtual void OnWillRemoveWindow(aura::Window* child) OVERRIDE;
Dalways_on_top_controller.cc49 void AlwaysOnTopController::OnWillRemoveWindow(aura::Window* child) { in OnWillRemoveWindow() function in ash::AlwaysOnTopController
/external/chromium_org/ash/shell/
Dwindow_watcher.cc35 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE { in OnWillRemoveWindow() function in ash::shell::WindowWatcher::WorkspaceWindowWatcher
127 void WindowWatcher::OnWillRemoveWindow(aura::Window* window) { in OnWillRemoveWindow() function in ash::shell::WindowWatcher
Dwindow_watcher.h38 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
/external/chromium_org/ui/views/widget/
Dwindow_reorderer.h41 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
Dwindow_reorderer.cc191 void WindowReorderer::OnWillRemoveWindow(aura::Window* window) { in OnWillRemoveWindow() function in views::WindowReorderer
/external/chromium_org/ui/aura/
Dwindow_observer.h53 virtual void OnWillRemoveWindow(Window* window) {} in OnWillRemoveWindow() function
Dwindow.cc1015 FOR_EACH_OBSERVER(WindowObserver, observers_, OnWillRemoveWindow(child)); in RemoveChildImpl()
Dwindow_unittest.cc1720 virtual void OnWillRemoveWindow(Window* window) OVERRIDE { in TEST_F() function in aura::test::WindowObserverTest
/external/chromium_org/ash/shelf/
Dshelf_window_watcher.h111 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
Dshelf_window_watcher.cc220 void ShelfWindowWatcher::OnWillRemoveWindow(aura::Window* window) { in OnWillRemoveWindow() function in ash::ShelfWindowWatcher
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc539 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE { in OnWillRemoveWindow() function in content::WebContentsViewAura::WindowObserver