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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_item_controller.cc 74 last_active_shell_window_(NULL),
97 if (*iter == last_active_shell_window_)
98 last_active_shell_window_ = NULL;
109 last_active_shell_window_ = *iter;
135 ShellWindow* window_to_activate = last_active_shell_window_ ?
136 last_active_shell_window_ : shell_windows_.back();
196 ShellWindow* window_to_show = last_active_shell_window_ ?
197 last_active_shell_window_ : shell_windows_.front();
shell_window_launcher_item_controller.h 96 apps::ShellWindow* last_active_shell_window_; member in class:ShellWindowLauncherItemController

Completed in 37 milliseconds