Searched refs:association_observer_ (Results 1 – 2 of 2) sorted by relevance
125 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()
52 scoped_ptr<AssociationObserver> association_observer_; variable