HomeSort by relevance Sort by last modified time
    Searched refs:RootWindowDestructionObserver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 225 class RootWindowDestructionObserver : public aura::WindowObserver {
227 explicit RootWindowDestructionObserver(DesktopNativeWidgetAura* parent)
229 virtual ~RootWindowDestructionObserver() {}
241 DISALLOW_COPY_AND_ASSIGN(RootWindowDestructionObserver);
429 host_->window()->AddObserver(new RootWindowDestructionObserver(this));
    [all...]
desktop_native_widget_aura.h 238 friend class RootWindowDestructionObserver;

Completed in 92 milliseconds