Searched defs:RootWindowDestructionObserver (Results 1 - 1 of 1) 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));

Completed in 106 milliseconds