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

  /external/chromium_org/apps/
shell_window_registry.h 51 typedef std::list<apps::ShellWindow*> ShellWindowList;
52 typedef ShellWindowList::const_iterator const_iterator;
72 ShellWindowList GetShellWindowsForApp(const std::string& app_id) const;
73 const ShellWindowList& shell_windows() const { return shell_windows_; }
143 ShellWindowList shell_windows_;
shell_window_registry.cc 83 const ShellWindowList::iterator it = std::find(shell_windows_.begin(),
99 ShellWindowRegistry::ShellWindowList ShellWindowRegistry::GetShellWindowsForApp(
101 ShellWindowList app_windows;
102 for (ShellWindowList::const_iterator i = shell_windows_.begin();
112 for (ShellWindowList::const_iterator i = shell_windows_.begin();
122 for (ShellWindowList::const_iterator i = shell_windows_.begin();
133 for (ShellWindowList::const_iterator i = shell_windows_.begin();
145 for (ShellWindowList::const_iterator i = shell_windows_.begin();
161 for (ShellWindowList::const_iterator i = shell_windows_.begin();
210 const ShellWindowList& shell_windows = registry->shell_windows()
    [all...]
app_lifetime_monitor.cc 83 ShellWindowRegistry::ShellWindowList windows =
93 ShellWindowRegistry::ShellWindowList windows =
  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_item_controller.cc 66 ShellWindowList::iterator iter =
78 ShellWindowList::iterator iter =
101 ShellWindowList::const_iterator iter =
113 for (ShellWindowList::const_iterator iter = shell_windows_.begin();
135 ShellWindowList windows_to_close = shell_windows_;
136 for (ShellWindowList::iterator iter = windows_to_close.begin();
176 for (ShellWindowList::iterator iter = shell_windows_.begin();
191 ShellWindowList::iterator it = shell_windows_.begin();
201 for (ShellWindowList::iterator iter = shell_windows_.begin();
244 ShellWindowList::iterator i
    [all...]
shell_window_launcher_item_controller.h 85 typedef std::list<apps::ShellWindow*> ShellWindowList;
94 ShellWindowList shell_windows_;
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 56 typedef ShellWindowRegistry::ShellWindowList ShellWindowList;
89 ShellWindowList ExtensionAppShimHandler::Delegate::GetWindows(
260 const ShellWindowList windows =
263 for (ShellWindowList::const_iterator it = windows.begin();
289 const ShellWindowList windows =
291 for (ShellWindowList::const_reverse_iterator it = windows.rbegin();
305 const ShellWindowList windows =
extension_app_shim_handler_mac_unittest.cc 19 typedef ShellWindowRegistry::ShellWindowList ShellWindowList;
35 MOCK_METHOD2(GetWindows, ShellWindowList(Profile*, const std::string&));
158 ShellWindowList shell_window_list;
260 ShellWindowList shell_window_list;
299 ShellWindowList shell_window_list;
extension_app_shim_handler_mac.h 50 virtual ShellWindowRegistry::ShellWindowList GetWindows(
  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest_util.cc 94 const ShellWindowRegistry::ShellWindowList& shell_windows =
platform_app_browsertest.cc 401 ShellWindowRegistry::ShellWindowList shell_windows =
    [all...]
web_view_interactive_browsertest.cc 62 const apps::ShellWindowRegistry::ShellWindowList& shell_windows =
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_chromeos.cc 91 const apps::ShellWindowRegistry::ShellWindowList list =
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 376 const ShellWindowRegistry::ShellWindowList windows =
    [all...]

Completed in 214 milliseconds