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

  /external/chromium_org/ui/views/widget/
window_reorderer.h 52 scoped_ptr<AssociationObserver> association_observer_; member in class:views::WindowReorderer
window_reorderer.cc 125 association_observer_(new AssociationObserver(this)) {
129 association_observer_->StartObserving(windows[i]);
136 // |association_observer_| stops observing any windows it is observing upon
187 association_observer_->StartObserving(new_window);
192 association_observer_->StopObserving(window);
198 association_observer_.reset();

Completed in 334 milliseconds