Home
last modified time | relevance | path

Searched refs:AssociationObserver (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/
Dwindow_reorderer.cc61 class WindowReorderer::AssociationObserver : public aura::WindowObserver { class in views::WindowReorderer
63 explicit AssociationObserver(WindowReorderer* reorderer);
64 virtual ~AssociationObserver();
82 DISALLOW_COPY_AND_ASSIGN(AssociationObserver);
85 WindowReorderer::AssociationObserver::AssociationObserver( in AssociationObserver() function in views::WindowReorderer::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 …]
Dwindow_reorderer.h51 class AssociationObserver; variable
52 scoped_ptr<AssociationObserver> association_observer_;