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

  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest_util.cc 94 const ShellWindowRegistry::ShellWindowList& shell_windows = local
95 app_registry->shell_windows();
97 ShellWindowRegistry::const_iterator iter = shell_windows.begin();
98 if (iter != shell_windows.end())
130 shell_windows().size();
platform_app_browsertest.cc 401 ShellWindowRegistry::ShellWindowList shell_windows = local
402 ShellWindowRegistry::Get(browser()->profile())->shell_windows();
403 int shell_window_id = (*shell_windows.begin())->session_id().id();
1020 ShellWindowRegistry::ShellWindowList shell_windows = ShellWindowRegistry::Get( local
    [all...]
web_view_interactive_browsertest.cc 62 const apps::ShellWindowRegistry::ShellWindowList& shell_windows = local
64 browser()->profile())->shell_windows();
65 return (*shell_windows.begin())->GetNativeWindow();
window_open_apitest.cc 57 browser->profile())->shell_windows().size());
  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_session_lifetime.cc 43 if (window_registry_->shell_windows().empty()) {
  /external/chromium_org/apps/
shell_window_registry.cc 210 const ShellWindowList& shell_windows = registry->shell_windows(); local
211 if (shell_windows.empty())
217 for (const_iterator j = shell_windows.begin(); j != shell_windows.end();
shell_window_registry.h 73 const ShellWindowList& shell_windows() const { return shell_windows_; } function in class:apps::ShellWindowRegistry

Completed in 462 milliseconds