Searched refs:WindowReorderer (Results 1 – 6 of 6) sorted by relevance
61 class WindowReorderer::AssociationObserver : public aura::WindowObserver {63 explicit AssociationObserver(WindowReorderer* reorderer);78 WindowReorderer* reorderer_;85 WindowReorderer::AssociationObserver::AssociationObserver( in AssociationObserver()86 WindowReorderer* reorderer) in AssociationObserver()90 WindowReorderer::AssociationObserver::~AssociationObserver() { in ~AssociationObserver()95 void WindowReorderer::AssociationObserver::StartObserving( in StartObserving()101 void WindowReorderer::AssociationObserver::StopObserving( in StopObserving()107 void WindowReorderer::AssociationObserver::OnWindowPropertyChanged( in OnWindowPropertyChanged()115 void WindowReorderer::AssociationObserver::OnWindowDestroying( in OnWindowDestroying()[all …]
25 class WindowReorderer : public aura::WindowObserver {27 WindowReorderer(aura::Window* window, View* root_view);28 virtual ~WindowReorderer();54 DISALLOW_COPY_AND_ASSIGN(WindowReorderer);
33 class WindowReorderer; variable224 scoped_ptr<WindowReorderer> window_reorderer_;
180 window_reorderer_.reset(new WindowReorderer(window_, in InitNativeWidget()
53 class WindowReorderer; variable309 scoped_ptr<WindowReorderer> window_reorderer_;
537 window_reorderer_.reset(new WindowReorderer(content_window_, in InitNativeWidget()