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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_item_controller.cc 196 ShellWindow* window_to_show = last_active_shell_window_ ? local
201 window_to_show->GetBaseWindow()->IsActive() &&
203 ActivateOrAdvanceToNextShellWindow(window_to_show);
205 ShowAndActivateOrMinimize(window_to_show);
275 ShellWindow* window_to_show) {
279 window_to_show));
282 window_to_show = *i;
284 window_to_show = shell_windows_.front();
286 if (window_to_show->GetBaseWindow()->IsActive()) {
289 AnimateWindow(window_to_show->GetNativeWindow()
    [all...]
shell_window_launcher_item_controller.h 88 // Activate the given |window_to_show|, or - if already selected - advance to
90 void ActivateOrAdvanceToNextShellWindow(apps::ShellWindow* window_to_show);

Completed in 197 milliseconds