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

1 2 3

  /external/chromium_org/ui/aura/
scoped_window_targeter.cc 23 void ScopedWindowTargeter::OnWindowDestroyed(Window* window) {
scoped_window_targeter.h 36 virtual void OnWindowDestroyed(Window* window) OVERRIDE;
window_delegate.h 73 // Called from Window's destructor before OnWindowDestroyed and before the
86 virtual void OnWindowDestroyed(Window* window) = 0;
window_observer.h 101 // void MyWindowObserver::OnWindowDestroyed(aura::Window* window) {
104 virtual void OnWindowDestroyed(Window* window) {}
  /external/chromium_org/ash/wm/
always_on_top_controller.h 40 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
window_cycle_list.h 42 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
mru_window_tracker.h 68 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
resize_shadow_controller.h 43 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
always_on_top_controller.cc 65 void AlwaysOnTopController::OnWindowDestroyed(aura::Window* window) {
resize_shadow_controller.cc 51 void ResizeShadowController::OnWindowDestroyed(aura::Window* window) {
video_detector.h 74 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.h 41 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
  /external/chromium_org/ui/aura/test/
test_window_delegate.h 59 virtual void OnWindowDestroyed(Window* window) OVERRIDE;
85 virtual void OnWindowDestroyed(Window* window) OVERRIDE;
test_window_delegate.cc 84 void TestWindowDelegate::OnWindowDestroyed(Window* window) {
115 void ColorTestWindowDelegate::OnWindowDestroyed(Window* window) {
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.h 70 void OnWindowDestroyed();
window_selector_window.cc 51 transform_window_.OnWindowDestroyed();
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 83 void ImageWindowDelegate::OnWindowDestroyed(aura::Window* window) {
image_window_delegate.h 42 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h 119 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
  /external/chromium_org/ui/views/corewm/
tooltip_controller.h 53 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.h 51 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
  /external/chromium_org/ui/wm/core/
capture_controller.h 69 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
72 // Invoked from destructor and OnWindowDestroyed() to cleanup.
default_activation_client.h 49 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
window_modality_controller.h 54 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
default_activation_client.cc 26 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {
121 void DefaultActivationClient::OnWindowDestroyed(aura::Window* window) {

Completed in 240 milliseconds

1 2 3