Home
last modified time | relevance | path

Searched refs:shell_windows_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
Dshell_window_launcher_item_controller.cc87 shell_windows_.push_front(shell_window); in AddShellWindow()
94 std::find_if(shell_windows_.begin(), shell_windows_.end(), in RemoveShellWindowForWindow()
96 if (iter != shell_windows_.end()) { in RemoveShellWindowForWindow()
99 shell_windows_.erase(iter); in RemoveShellWindowForWindow()
106 std::find_if(shell_windows_.begin(), shell_windows_.end(), in SetActiveWindow()
108 if (iter != shell_windows_.end()) in SetActiveWindow()
113 return !shell_windows_.empty(); in IsOpen()
118 for (ShellWindowList::const_iterator iter = shell_windows_.begin(); in IsVisible()
119 iter != shell_windows_.end(); ++iter) { in IsVisible()
134 DCHECK(!shell_windows_.empty()); in Activate()
[all …]
Dshell_window_launcher_item_controller.h78 size_t shell_window_count() const { return shell_windows_.size(); } in shell_window_count()
93 ShellWindowList shell_windows_; variable
/external/chromium_org/apps/
Dshell_window_registry.cc84 const ShellWindowList::iterator it = std::find(shell_windows_.begin(), in RemoveShellWindow()
85 shell_windows_.end(), in RemoveShellWindow()
87 if (it != shell_windows_.end()) in RemoveShellWindow()
88 shell_windows_.erase(it); in RemoveShellWindow()
103 for (ShellWindowList::const_iterator i = shell_windows_.begin(); in GetShellWindowsForApp()
104 i != shell_windows_.end(); ++i) { in GetShellWindowsForApp()
113 for (ShellWindowList::const_iterator i = shell_windows_.begin(); in CloseAllShellWindowsForApp()
114 i != shell_windows_.end(); ) { in CloseAllShellWindowsForApp()
123 for (ShellWindowList::const_iterator i = shell_windows_.begin(); in GetShellWindowForRenderViewHost()
124 i != shell_windows_.end(); ++i) { in GetShellWindowForRenderViewHost()
[all …]
Dshell_window_registry.h68 const ShellWindowList& shell_windows() const { return shell_windows_; } in shell_windows()
139 ShellWindowList shell_windows_;