Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/widget/
Dwindow_reorderer.cc125 association_observer_(new AssociationObserver(this)) { in WindowReorderer()
129 association_observer_->StartObserving(windows[i]); in WindowReorderer()
187 association_observer_->StartObserving(new_window); in OnWindowAdded()
192 association_observer_->StopObserving(window); in OnWillRemoveWindow()
198 association_observer_.reset(); in OnWindowDestroying()
Dwindow_reorderer.h52 scoped_ptr<AssociationObserver> association_observer_; variable