/external/chromium_org/extensions/shell/app/ |
D | shell_main_delegate.cc | 50 ShellMainDelegate::ShellMainDelegate() { in ShellMainDelegate() function in extensions::ShellMainDelegate 53 ShellMainDelegate::~ShellMainDelegate() { in ~ShellMainDelegate() 56 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { in BasicStartupComplete() 71 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() 79 content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() { in CreateContentBrowserClient() 85 ShellMainDelegate::CreateContentRendererClient() { in CreateContentRendererClient() 91 void ShellMainDelegate::ZygoteStarting( in ZygoteStarting() 99 content::ContentClient* ShellMainDelegate::CreateContentClient() { in CreateContentClient() 104 ShellMainDelegate::CreateShellContentBrowserClient() { in CreateShellContentBrowserClient() 109 ShellMainDelegate::CreateShellContentRendererClient() { in CreateShellContentRendererClient() [all …]
|
D | shell_main_delegate.h | 22 class ShellMainDelegate : public content::ContentMainDelegate { 24 ShellMainDelegate(); 25 virtual ~ShellMainDelegate(); 56 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
|
D | shell_main.cc | 18 extensions::ShellMainDelegate delegate;
|
/external/chromium_org/ash/shell/content_client/ |
D | shell_main_delegate.cc | 15 ShellMainDelegate::ShellMainDelegate() { in ShellMainDelegate() function in ash::shell::ShellMainDelegate 18 ShellMainDelegate::~ShellMainDelegate() { in ~ShellMainDelegate() 21 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { in BasicStartupComplete() 31 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() 35 content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() { in CreateContentBrowserClient() 40 void ShellMainDelegate::InitializeResourceBundle() { in InitializeResourceBundle()
|
D | shell_main_delegate.h | 24 class ShellMainDelegate : public content::ContentMainDelegate { 26 ShellMainDelegate(); 27 virtual ~ShellMainDelegate(); 39 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
|
/external/chromium_org/content/shell/app/ |
D | shell_main_delegate.cc | 106 ShellMainDelegate::ShellMainDelegate() { in ShellMainDelegate() function in content::ShellMainDelegate 109 ShellMainDelegate::~ShellMainDelegate() { in ~ShellMainDelegate() 112 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { in BasicStartupComplete() 198 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() 237 int ShellMainDelegate::RunProcess( in RunProcess() 254 void ShellMainDelegate::ZygoteForked() { in ZygoteForked() 265 void ShellMainDelegate::InitializeResourceBundle() { in InitializeResourceBundle() 301 ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() { in CreateContentBrowserClient() 306 ContentRendererClient* ShellMainDelegate::CreateContentRendererClient() { in CreateContentRendererClient()
|
D | shell_main_delegate.h | 21 class ShellMainDelegate : public ContentMainDelegate { 23 ShellMainDelegate(); 24 virtual ~ShellMainDelegate(); 49 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
|
D | shell_main.cc | 29 content::ShellMainDelegate delegate; 45 content::ShellMainDelegate delegate;
|
D | shell_content_main.cc | 13 content::ShellMainDelegate delegate; in ContentMain()
|
/external/chromium_org/content/public/test/ |
D | content_browser_test.h | 14 class ShellMainDelegate; variable 47 scoped_ptr<ShellMainDelegate> shell_main_delegate_;
|
D | content_browser_test.cc | 70 shell_main_delegate_.reset(new ShellMainDelegate); in SetUp()
|
/external/chromium_org/extensions/shell/test/ |
D | shell_test_launcher_delegate.cc | 24 return new ShellMainDelegate(); in CreateContentMainDelegate()
|
/external/chromium_org/content/shell/android/ |
D | shell_library_loader.cc | 34 content::SetContentMainDelegate(new content::ShellMainDelegate()); in JNI_OnLoad()
|
/external/chromium_org/content/shell/android/linker_test_apk/ |
D | chromium_linker_test_android.cc | 38 content::SetContentMainDelegate(new content::ShellMainDelegate()); in JNI_OnLoad()
|
/external/chromium_org/ash/shell/ |
D | shell_main.cc | 18 ash::shell::ShellMainDelegate delegate;
|
/external/chromium_org/content/test/ |
D | content_test_launcher.cc | 111 return new ShellMainDelegate(); in CreateContentMainDelegate()
|
/external/chromium_org/content/shell/android/browsertests_apk/ |
D | content_browser_tests_android.cc | 121 content::SetContentMainDelegate(new content::ShellMainDelegate()); in JNI_OnLoad()
|
/external/chromium_org/athena/main/ |
D | athena_main.cc | 161 class AthenaMainDelegate : public extensions::ShellMainDelegate {
|