Searched refs:OnWindowDestroyed (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/ui/aura/
H A Dscoped_window_targeter.cc26 void ScopedWindowTargeter::OnWindowDestroyed(Window* window) { function in class:aura::ScopedWindowTargeter
H A Dscoped_window_targeter.h36 virtual void OnWindowDestroyed(Window* window) OVERRIDE;
H A Dwindow_delegate.h73 // Called from Window's destructor before OnWindowDestroyed and before the
86 virtual void OnWindowDestroyed(Window* window) = 0;
H A Dwindow_observer.h106 // void MyWindowObserver::OnWindowDestroyed(aura::Window* window) {
109 virtual void OnWindowDestroyed(Window* window) {} function in class:aura::WindowObserver
/external/chromium_org/ash/wm/
H A Dwindow_cycle_list.h42 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
H A Dalways_on_top_controller.h40 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
H A Dmru_window_tracker.h68 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
H A Dresize_shadow_controller.h43 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
H A Dalways_on_top_controller.cc65 void AlwaysOnTopController::OnWindowDestroyed(aura::Window* window) { function in class:ash::AlwaysOnTopController
H A Dresize_shadow_controller.cc51 void ResizeShadowController::OnWindowDestroyed(aura::Window* window) { function in class:ash::ResizeShadowController
H A Dvideo_detector.h74 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
/external/chromium_org/ui/base/x/
H A Dx11_foreign_window_manager.h38 void OnWindowDestroyed(XID xid);
H A Dx11_foreign_window_manager.cc41 void XForeignWindowManager::OnWindowDestroyed(XID xid) { function in class:ui::XForeignWindowManager
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.h70 void OnWindowDestroyed();
H A Dwindow_selector_window.cc53 transform_window_.OnWindowDestroyed();
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc83 void ImageWindowDelegate::OnWindowDestroyed(aura::Window* window) { function in class:content::ImageWindowDelegate
H A Dimage_window_delegate.h42 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura.h47 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drop_target_win.h51 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
/external/chromium_org/ui/wm/core/
H A Dcapture_controller.h69 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
72 // Invoked from destructor and OnWindowDestroyed() to cleanup.
H A Ddefault_activation_client.h47 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
H A Dwindow_modality_controller.h54 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
H A Ddefault_activation_client.cc26 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {
116 void DefaultActivationClient::OnWindowDestroyed(aura::Window* window) { function in class:wm::DefaultActivationClient
/external/chromium_org/ui/aura/test/
H A Dtest_window_delegate.cc84 void TestWindowDelegate::OnWindowDestroyed(Window* window) { function in class:aura::test::TestWindowDelegate
115 void ColorTestWindowDelegate::OnWindowDestroyed(Window* window) { function in class:aura::test::ColorTestWindowDelegate
H A Dtest_window_delegate.h59 virtual void OnWindowDestroyed(Window* window) OVERRIDE;
85 virtual void OnWindowDestroyed(Window* window) OVERRIDE;

Completed in 321 milliseconds

1234