/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_window_manager_chromeos.cc | 7 #include "apps/shell_window.h" 105 apps::ShellWindow* shell_window = NULL; 109 it != profiles.end() && shell_window == NULL; it++) { 110 shell_window = apps::ShellWindowRegistry::Get( 113 if (shell_window) { 114 if (shell_window->window_type() == 116 shell_window->window_type() == 159 virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) OVERRIDE { 160 aura::Window* window = shell_window->GetNativeWindow(); 165 virtual void OnShellWindowIconChanged(apps::ShellWindow* shell_window) [all...] |
/external/chromium_org/apps/ |
shell_window_interactive_uitest.cc | 16 const char kDefaultTestApp[] = "shell_window/generic"; 42 ShellWindow* shell_window = GetFirstShellWindow(); local 43 return shell_window;
|
/external/chromium_org/chrome/browser/chromeos/login/ |
app_launch_controller.cc | 68 virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) OVERRIDE { 75 apps::ShellWindow* shell_window) OVERRIDE {} 76 virtual void OnShellWindowRemoved(apps::ShellWindow* shell_window) OVERRIDE {}
|
kiosk_browsertest.cc | 5 #include "apps/shell_window.h" 210 virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) OVERRIDE { 214 if (shell_window->extension_id() == app_id_) { 215 window_ = shell_window; 221 apps::ShellWindow* shell_window) OVERRIDE {} 222 virtual void OnShellWindowRemoved(apps::ShellWindow* shell_window) OVERRIDE {} [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_tab_util.cc | 7 #include "apps/shell_window.h" 51 ShellWindow* shell_window = 53 if (!shell_window) 56 FindWindowById(shell_window->session_id().id());
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
native_app_window_cocoa.h | 11 #include "apps/shell_window.h" 47 NativeAppWindowCocoa(apps::ShellWindow* shell_window,
|
/external/chromium_org/chrome/browser/ui/gtk/apps/ |
native_app_window_gtk.h | 10 #include "apps/shell_window.h" 34 NativeAppWindowGtk(apps::ShellWindow* shell_window,
|
native_app_window_gtk.cc | 43 NativeAppWindowGtk::NativeAppWindowGtk(ShellWindow* shell_window, 45 : shell_window_(shell_window),
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
developer_private_api.cc | 10 #include "apps/shell_window.h" 648 ShellWindow* shell_window = registry->GetShellWindowForRenderViewHost( local 650 prompt_.reset(new ExtensionInstallPrompt(shell_window->web_contents())); 728 ShellWindow* shell_window = registry->GetShellWindowForRenderViewHost( local 730 if (!shell_window) { 735 service, shell_window->web_contents(), extension); 856 ShellWindow* shell_window = registry->GetShellWindowForRenderViewHost( local 858 if (!shell_window) { 866 new EntryPicker(this, shell_window->web_contents(), picker_type, [all...] |
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
file_system_api.cc | 8 #include "apps/shell_window.h" 548 ShellWindow* shell_window = registry->GetShellWindowForRenderViewHost( local 550 if (!shell_window) { 555 web_contents = shell_window->web_contents(); 669 ShellWindow* shell_window = registry->GetShellWindowForRenderViewHost( local 671 if (!shell_window) { 676 content::WebContents* web_contents = shell_window->web_contents(); [all...] |
/external/chromium_org/chrome/browser/apps/ |
app_browsertest.cc | 6 #include "apps/shell_window.h" [all...] |
/external/chromium_org/chrome/browser/ui/views/apps/ |
native_app_window_views.cc | 7 #include "apps/shell_window.h" 179 NativeAppWindowStateDelegate(ShellWindow* shell_window, 181 : shell_window_(shell_window), 252 apps::ShellWindow* shell_window, 254 shell_window_ = shell_window; [all...] |
native_app_window_views.h | 8 #include "apps/shell_window.h" 64 void Init(apps::ShellWindow* shell_window,
|
/external/chromium_org/chrome/browser/policy/ |
policy_browsertest.cc | 151 #include "apps/shell_window.h" 539 virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) OVERRIDE; 541 apps::ShellWindow* shell_window) OVERRIDE; 542 virtual void OnShellWindowRemoved(apps::ShellWindow* shell_window) OVERRIDE; 566 apps::ShellWindow* shell_window) { 567 window_ = shell_window; 572 apps::ShellWindow* shell_window) { 576 apps::ShellWindow* shell_window) { [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_api.cc | 11 #include "apps/shell_window.h" 530 ShellWindow* shell_window = new ShellWindow( local 533 AshPanelContents* ash_panel_contents = new AshPanelContents(shell_window); 534 shell_window->Init(urls[0], ash_panel_contents, create_params); [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller_browsertest.cc | 7 #include "apps/shell_window.h" 95 virtual void OnShellWindowAdded(ShellWindow* shell_window) OVERRIDE {} 97 virtual void OnShellWindowIconChanged(ShellWindow* shell_window) OVERRIDE { 101 virtual void OnShellWindowRemoved(ShellWindow* shell_window) OVERRIDE {} [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_controller_impl.cc | 11 #include "apps/shell_window.h" 229 apps::ShellWindow* shell_window = local 232 return shell_window->GetBaseWindow(); [all...] |