HomeSort by relevance Sort by last modified time
    Searched refs:ShellWindowRegistry (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/apps/
shell_window_registry.cc 28 const apps::ShellWindowRegistry* registry,
48 ShellWindowRegistry::ShellWindowRegistry(Profile* profile)
51 &ShellWindowRegistry::OnDevToolsStateChanged,
57 ShellWindowRegistry::~ShellWindowRegistry() {
63 ShellWindowRegistry* ShellWindowRegistry::Get(Profile* profile) {
67 void ShellWindowRegistry::AddShellWindow(ShellWindow* shell_window) {
72 void ShellWindowRegistry::ShellWindowIconChanged(ShellWindow* shell_window)
    [all...]
app_lifetime_monitor.cc 31 ShellWindowRegistry* shell_window_registry =
32 ShellWindowRegistry::Factory::GetForProfile(
83 ShellWindowRegistry::ShellWindowList windows =
84 ShellWindowRegistry::Get(shell_window->profile())->
93 ShellWindowRegistry::ShellWindowList windows =
94 ShellWindowRegistry::Get(shell_window->profile())->
101 ShellWindowRegistry* shell_window_registry =
102 ShellWindowRegistry::Factory::GetForProfile(
shell_window_registry.h 29 // The ShellWindowRegistry tracks the ShellWindows for all platform apps for a
36 class ShellWindowRegistry : public BrowserContextKeyedService {
55 explicit ShellWindowRegistry(Profile* profile);
56 virtual ~ShellWindowRegistry();
59 // a convenience wrapper around ShellWindowRegistry::Factory::GetForProfile.
60 static ShellWindowRegistry* Get(Profile* profile);
112 static ShellWindowRegistry* GetForProfile(Profile* profile, bool create);
app_lifetime_monitor_factory.cc 29 DependsOn(ShellWindowRegistry::Factory::GetInstance());
app_load_service_factory.cc 33 DependsOn(ShellWindowRegistry::Factory::GetInstance());
app_lifetime_monitor.h 29 public ShellWindowRegistry::Observer {
64 // ShellWindowRegistry::Observer overrides:
app_load_service.cc 128 return !ShellWindowRegistry::Get(profile_)->
shell_window.cc 197 ShellWindowRegistry::Get(profile_)->AddShellWindow(this);
283 ShellWindowRegistry::Get(profile_)->RemoveShellWindow(this);
296 ShellWindowRegistry::Get(profile_)->ShellWindowActivated(this);
377 ShellWindowRegistry::Get(profile_)->ShellWindowIconChanged(this);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_session_lifetime.cc 17 using apps::ShellWindowRegistry;
25 class AppWindowWatcher : public ShellWindowRegistry::Observer {
32 window_registry_ = ShellWindowRegistry::Get(profile);
38 // apps::ShellWindowRegistry::Observer overrides:
49 apps::ShellWindowRegistry* window_registry_;
  /external/chromium_org/chrome/browser/ui/extensions/
apps_metro_handler_win.cc 17 if (!apps::ShellWindowRegistry::IsShellWindowRegisteredInAnyProfile(
  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest_util.cc 23 using apps::ShellWindowRegistry;
92 ShellWindowRegistry* app_registry =
93 ShellWindowRegistry::Get(browser()->profile());
94 const ShellWindowRegistry::ShellWindowList& shell_windows =
97 ShellWindowRegistry::const_iterator iter = shell_windows.begin();
129 return ShellWindowRegistry::Get(browser()->profile())->
platform_app_browsertest.cc 51 using apps::ShellWindowRegistry;
401 ShellWindowRegistry::ShellWindowList shell_windows =
402 ShellWindowRegistry::Get(browser()->profile())->shell_windows();
    [all...]
extension_tab_util.cc 47 apps::ShellWindowRegistry* registry =
48 apps::ShellWindowRegistry::Get(profile);
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_apitest.cc 26 : public apps::ShellWindowRegistry::Observer {
31 apps::ShellWindowRegistry::Get(profile_)->AddObserver(this);
34 apps::ShellWindowRegistry::Get(profile_)->RemoveObserver(this);
37 // Overridden from ShellWindowRegistry::Observer:
app_window_api.cc 153 ShellWindow* window = apps::ShellWindowRegistry::Get(profile())->
321 if (apps::ShellWindowRegistry::Get(profile())->
  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_controller.h 37 : public apps::ShellWindowRegistry::Observer,
44 // Overridden from ShellWindowRegistry::Observer:
71 apps::ShellWindowRegistry* registry_; // Unowned convenience pointer
shell_window_launcher_controller.cc 31 registry_(apps::ShellWindowRegistry::Get(owner->profile())),
  /external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
app_current_window_internal_api.cc 35 apps::ShellWindowRegistry* registry =
36 apps::ShellWindowRegistry::Get(profile());
  /external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.h 48 public apps::ShellWindowRegistry::Observer {
94 // ::ShellWindowRegistry::Observer implementation.
web_auth_flow.cc 62 apps::ShellWindowRegistry::Get(profile_)->RemoveObserver(this);
70 apps::ShellWindowRegistry::Get(profile_)->AddObserver(this);
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_chromeos.cc 89 const apps::ShellWindowRegistry* const registry =
90 apps::ShellWindowRegistry::Get(profile);
91 const apps::ShellWindowRegistry::ShellWindowList list =
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 47 apps::ShellWindowRegistry::IsShellWindowRegisteredInAnyProfile(0);
56 typedef ShellWindowRegistry::ShellWindowList ShellWindowList;
92 return ShellWindowRegistry::Get(profile)->GetShellWindowsForApp(extension_id);
169 ShellWindowRegistry::Get(shell_window->profile())->
307 for (ShellWindowRegistry::const_iterator it = windows.begin();
extension_app_shim_handler_mac.h 50 virtual ShellWindowRegistry::ShellWindowList GetWindows(
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 70 using apps::ShellWindowRegistry;
373 ShellWindowRegistry* registry = ShellWindowRegistry::Get(profile());
376 const ShellWindowRegistry::ShellWindowList windows =
379 for (ShellWindowRegistry::const_iterator it = windows.begin();
571 ShellWindowRegistry* registry = ShellWindowRegistry::Get(profile());
660 ShellWindowRegistry* registry = ShellWindowRegistry::Get(profile());
788 ShellWindowRegistry* registry = ShellWindowRegistry::Get(profile())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.cc 217 ShellWindow* window = apps::ShellWindowRegistry::Get(profile())->

Completed in 1182 milliseconds

1 2