Searched refs:RootWindowDestructionObserver (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc225 class RootWindowDestructionObserver : public aura::WindowObserver { class in namespace:views
227 explicit RootWindowDestructionObserver(DesktopNativeWidgetAura* parent) function in class:views::RootWindowDestructionObserver
229 virtual ~RootWindowDestructionObserver() {}
241 DISALLOW_COPY_AND_ASSIGN(RootWindowDestructionObserver);
429 host_->window()->AddObserver(new RootWindowDestructionObserver(this));
H A Ddesktop_native_widget_aura.h239 friend class RootWindowDestructionObserver;

Completed in 368 milliseconds