Home
last modified time | relevance | path

Searched refs:GetShellWindowsForApp (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/apps/
Dapp_shim_menu_controller_mac_browsertest.mm95 GetShellWindowsForApp(app_1_->id()).front();
104 GetShellWindowsForApp(app_2_->id()).front();
138 GetShellWindowsForApp(app_2_->id()).front();
145 GetShellWindowsForApp(app_1_->id()).front();
/external/chromium_org/apps/
Dapp_lifetime_monitor.cc86 GetShellWindowsForApp(shell_window->extension_id()); in OnShellWindowAdded()
96 GetShellWindowsForApp(shell_window->extension_id()); in OnShellWindowRemoved()
Dshell_window_registry.h67 ShellWindowList GetShellWindowsForApp(const std::string& app_id) const;
Dapp_load_service.cc132 GetShellWindowsForApp(extension_id).empty(); in HasShellWindows()
Dshell_window_registry.cc100 ShellWindowRegistry::ShellWindowList ShellWindowRegistry::GetShellWindowsForApp( in GetShellWindowsForApp() function in apps::ShellWindowRegistry
/external/chromium_org/apps/app_shim/
Dextension_app_shim_handler_mac.cc52 apps::ShellWindowRegistry::Get(profile)->GetShellWindowsForApp(app_id); in SetAppHidden()
158 return ShellWindowRegistry::Get(profile)->GetShellWindowsForApp(extension_id); in GetWindows()
271 apps::ShellWindowRegistry::Get(profile)->GetShellWindowsForApp(app_id)); in FocusAppForWindow()
/external/chromium_org/chrome/browser/
Dapp_controller_mac_browsertest.mm71 GetShellWindowsForApp(app->id()).front()->GetNativeWindow();
/external/chromium_org/chrome/browser/chromeos/login/
Dkiosk_browsertest.cc403 if (!shell_window_registry->GetShellWindowsForApp(kTestKioskApp).empty()) in WaitForAppLaunchSuccess()
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dextension_settings_handler.cc1197 registry->GetShellWindowsForApp(extension->id()); in GetShellWindowPagesForExtensionProfile()
/external/chromium_org/chrome/browser/extensions/api/developer_private/
Ddeveloper_private_api.cc424 registry->GetShellWindowsForApp(extension->id()); in GetShellWindowPagesForExtensionProfile()