Home
last modified time | relevance | path

Searched refs:ShellMainDelegate (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/extensions/shell/app/
Dshell_main_delegate.cc50 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 …]
Dshell_main_delegate.h22 class ShellMainDelegate : public content::ContentMainDelegate {
24 ShellMainDelegate();
25 virtual ~ShellMainDelegate();
56 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
Dshell_main.cc18 extensions::ShellMainDelegate delegate;
/external/chromium_org/ash/shell/content_client/
Dshell_main_delegate.cc15 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()
Dshell_main_delegate.h24 class ShellMainDelegate : public content::ContentMainDelegate {
26 ShellMainDelegate();
27 virtual ~ShellMainDelegate();
39 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
/external/chromium_org/content/shell/app/
Dshell_main_delegate.cc106 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()
Dshell_main_delegate.h21 class ShellMainDelegate : public ContentMainDelegate {
23 ShellMainDelegate();
24 virtual ~ShellMainDelegate();
49 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
Dshell_main.cc29 content::ShellMainDelegate delegate;
45 content::ShellMainDelegate delegate;
Dshell_content_main.cc13 content::ShellMainDelegate delegate; in ContentMain()
/external/chromium_org/content/public/test/
Dcontent_browser_test.h14 class ShellMainDelegate; variable
47 scoped_ptr<ShellMainDelegate> shell_main_delegate_;
Dcontent_browser_test.cc70 shell_main_delegate_.reset(new ShellMainDelegate); in SetUp()
/external/chromium_org/extensions/shell/test/
Dshell_test_launcher_delegate.cc24 return new ShellMainDelegate(); in CreateContentMainDelegate()
/external/chromium_org/content/shell/android/
Dshell_library_loader.cc34 content::SetContentMainDelegate(new content::ShellMainDelegate()); in JNI_OnLoad()
/external/chromium_org/content/shell/android/linker_test_apk/
Dchromium_linker_test_android.cc38 content::SetContentMainDelegate(new content::ShellMainDelegate()); in JNI_OnLoad()
/external/chromium_org/ash/shell/
Dshell_main.cc18 ash::shell::ShellMainDelegate delegate;
/external/chromium_org/content/test/
Dcontent_test_launcher.cc111 return new ShellMainDelegate(); in CreateContentMainDelegate()
/external/chromium_org/content/shell/android/browsertests_apk/
Dcontent_browser_tests_android.cc121 content::SetContentMainDelegate(new content::ShellMainDelegate()); in JNI_OnLoad()
/external/chromium_org/athena/main/
Dathena_main.cc161 class AthenaMainDelegate : public extensions::ShellMainDelegate {