HomeSort by relevance Sort by last modified time
    Searched refs:OnWindowDestroyed (Results 1 - 25 of 62) 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 66 void AlwaysOnTopController::OnWindowDestroyed(aura::Window* window) {
video_detector.h 74 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 100 void VideoDetector::OnWindowDestroyed(aura::Window* window) {
  /external/chromium_org/ui/aura/client/
default_activation_client.h 47 virtual void OnWindowDestroyed(Window* window) OVERRIDE;
default_activation_client.cc 100 void DefaultActivationClient::OnWindowDestroyed(Window* window) {
  /external/chromium_org/ui/aura/
window_delegate.h 73 // Called from Window's destructor before OnWindowDestroyed and before the
82 virtual void OnWindowDestroyed() = 0;
window_observer.h 95 // void MyWindowObserver::OnWindowDestroyed(aura::Window* window) {
98 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;
  /external/chromium_org/ui/aura/test/
test_window_delegate.h 59 virtual void OnWindowDestroyed() OVERRIDE;
87 virtual void OnWindowDestroyed() OVERRIDE;
test_window_delegate.cc 84 void TestWindowDelegate::OnWindowDestroyed() {
119 void ColorTestWindowDelegate::OnWindowDestroyed() {
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.h 68 void OnWindowDestroyed();
window_selector_window.cc 42 transform_window_.OnWindowDestroyed();
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 83 void ImageWindowDelegate::OnWindowDestroyed() {
image_window_delegate.h 41 virtual void OnWindowDestroyed() OVERRIDE;
  /external/chromium_org/ui/views/corewm/
capture_controller.h 70 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
73 // Invoked from destructor and OnWindowDestroyed() to cleanup.
tooltip_controller.h 53 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
window_modality_controller.h 55 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/ash/drag_drop/
drag_drop_controller.h 70 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.h 64 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;

Completed in 226 milliseconds

1 2 3