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

  /external/chromium_org/ash/wm/overview/
window_selector.cc 219 restore_focus_window_(aura::client::GetFocusClient(
233 if (restore_focus_window_)
234 restore_focus_window_->AddObserver(this);
436 if (window == restore_focus_window_)
437 restore_focus_window_ = NULL;
563 if (!restore_focus_window_)
567 restore_focus_window_->Focus();
571 if (observed_windows_.find(restore_focus_window_) ==
573 restore_focus_window_->RemoveObserver(this);
575 restore_focus_window_ = NULL
    [all...]
window_selector.h 131 aura::Window* restore_focus_window_; member in class:ash::WindowSelector

Completed in 65 milliseconds