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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
multi_profile_shell_window_launcher_controller.h 28 typedef std::vector<apps::ShellWindow*> ShellWindowList;
32 ShellWindowList shell_window_list_;
multi_profile_shell_window_launcher_controller.cc 43 for (ShellWindowList::iterator it = shell_window_list_.begin();
50 for (ShellWindowList::iterator it = shell_window_list_.begin();
86 ShellWindowList::iterator it = std::find(shell_window_list_.begin(),
shell_window_launcher_item_controller.cc 93 ShellWindowList::iterator iter =
105 ShellWindowList::iterator iter =
118 for (ShellWindowList::const_iterator iter = shell_windows_.begin();
143 ShellWindowList windows_to_close = shell_windows_;
144 for (ShellWindowList::iterator iter = windows_to_close.begin();
153 ShellWindowList::iterator it = shell_windows_.begin();
163 for (ShellWindowList::iterator iter = shell_windows_.begin();
276 ShellWindowList::iterator i(
shell_window_launcher_item_controller.h 84 typedef std::list<apps::ShellWindow*> ShellWindowList;
93 ShellWindowList shell_windows_;
  /external/chromium_org/apps/
shell_window_registry.h 45 typedef std::list<apps::ShellWindow*> ShellWindowList;
46 typedef ShellWindowList::const_iterator const_iterator;
67 ShellWindowList GetShellWindowsForApp(const std::string& app_id) const;
68 const ShellWindowList& shell_windows() const { return shell_windows_; }
139 ShellWindowList shell_windows_;
shell_window_registry.cc 84 const ShellWindowList::iterator it = std::find(shell_windows_.begin(),
100 ShellWindowRegistry::ShellWindowList ShellWindowRegistry::GetShellWindowsForApp(
102 ShellWindowList app_windows;
103 for (ShellWindowList::const_iterator i = shell_windows_.begin();
113 for (ShellWindowList::const_iterator i = shell_windows_.begin();
123 for (ShellWindowList::const_iterator i = shell_windows_.begin();
134 for (ShellWindowList::const_iterator i = shell_windows_.begin();
146 for (ShellWindowList::const_iterator i = shell_windows_.begin();
162 for (ShellWindowList::const_iterator i = shell_windows_.begin();
213 const ShellWindowList& shell_windows = registry->shell_windows()
    [all...]
app_lifetime_monitor.cc 84 ShellWindowRegistry::ShellWindowList windows =
94 ShellWindowRegistry::ShellWindowList windows =
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 36 typedef apps::ShellWindowRegistry::ShellWindowList ShellWindowList;
51 ShellWindowList windows =
53 for (ShellWindowList::const_reverse_iterator it = windows.rbegin();
62 bool FocusWindows(const ShellWindowList& windows) {
67 for (ShellWindowList::const_iterator it = windows.begin();
155 ShellWindowList ExtensionAppShimHandler::Delegate::GetWindows(
417 const ShellWindowList windows =
449 const ShellWindowList windows =
extension_app_shim_handler_mac_unittest.cc 21 typedef ShellWindowRegistry::ShellWindowList ShellWindowList;
38 MOCK_METHOD2(GetWindows, ShellWindowList(Profile*, const std::string&));
178 ShellWindowList shell_window_list;
306 ShellWindowList shell_window_list;
354 ShellWindowList shell_window_list;
extension_app_shim_handler_mac.h 53 virtual ShellWindowRegistry::ShellWindowList GetWindows(
  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc 48 const ShellWindowRegistry::ShellWindowList& shell_windows =
web_view_interactive_browsertest.cc 70 const apps::ShellWindowRegistry::ShellWindowList& shell_windows =
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 336 const apps::ShellWindowRegistry::ShellWindowList& shell_windows =
338 apps::ShellWindowRegistry::ShellWindowList::const_iterator it =
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 423 const ShellWindowRegistry::ShellWindowList windows =
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc     [all...]

Completed in 92 milliseconds