HomeSort by relevance Sort by last modified time
    Searched refs:OnWindowDestroyed (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/ash/wm/
always_on_top_controller.h 41 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
window_cycle_list.h 43 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
resize_shadow_controller.h 45 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
always_on_top_controller.cc 67 void AlwaysOnTopController::OnWindowDestroyed(aura::Window* window) {
video_detector.h 74 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
window_selector.h 70 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
resize_shadow_controller.cc 52 void ResizeShadowController::OnWindowDestroyed(aura::Window* window) {
window_cycle_list.cc 74 void WindowCycleList::OnWindowDestroyed(aura::Window* window) {
video_detector.cc 99 void VideoDetector::OnWindowDestroyed(aura::Window* window) {
window_selector.cc 184 void OnWindowDestroyed();
273 void WindowSelectorWindow::OnWindowDestroyed() {
394 void WindowSelector::OnWindowDestroyed(aura::Window* window) {
400 (*iter)->OnWindowDestroyed();
  /external/chromium_org/ui/aura/test/
test_activation_client.h 41 virtual void OnWindowDestroyed(Window* window) OVERRIDE;
test_window_delegate.h 59 virtual void OnWindowDestroyed() OVERRIDE;
86 virtual void OnWindowDestroyed() OVERRIDE;
test_window_delegate.cc 80 void TestWindowDelegate::OnWindowDestroyed() {
115 void ColorTestWindowDelegate::OnWindowDestroyed() {
test_activation_client.cc 101 void TestActivationClient::OnWindowDestroyed(Window* window) {
  /external/chromium_org/ui/aura/
window_delegate.h 72 // Called from Window's destructor before OnWindowDestroyed and before the
81 virtual void OnWindowDestroyed() = 0;
window_observer.h 92 virtual void OnWindowDestroyed(Window* window) {}
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.h 40 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
native_view_host_aura.cc 101 void NativeViewHostAura::OnWindowDestroyed(aura::Window* window) {
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 82 void ImageWindowDelegate::OnWindowDestroyed() {
image_window_delegate.h 41 virtual void OnWindowDestroyed() OVERRIDE;
  /external/chromium_org/ui/views/corewm/
window_modality_controller.h 54 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
tooltip_controller.h 52 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
shadow_controller.cc 97 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
175 void ShadowController::Impl::OnWindowDestroyed(aura::Window* window) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.h 52 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.h 75 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;

Completed in 816 milliseconds

1 2 3