Searched defs:ShellMainDelegate (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/extensions/shell/app/
H A Dshell_main_delegate.cc50 ShellMainDelegate::ShellMainDelegate() { function in class:extensions::ShellMainDelegate
53 ShellMainDelegate::~ShellMainDelegate() {
56 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
71 void ShellMainDelegate::PreSandboxStartup() {
79 content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() {
85 ShellMainDelegate::CreateContentRendererClient() {
91 void ShellMainDelegate::ZygoteStarting(
99 content::ContentClient* ShellMainDelegate
[all...]
H A Dshell_main_delegate.h22 class ShellMainDelegate : public content::ContentMainDelegate { class in namespace:extensions
24 ShellMainDelegate();
25 virtual ~ShellMainDelegate();
56 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.cc106 ShellMainDelegate::ShellMainDelegate() { function in class:content::ShellMainDelegate
109 ShellMainDelegate::~ShellMainDelegate() {
112 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
198 void ShellMainDelegate::PreSandboxStartup() {
237 int ShellMainDelegate::RunProcess(
245 // on the ShellMainDelegate class because of different object lifetime.
254 void ShellMainDelegate::ZygoteForked() {
265 void ShellMainDelegate
[all...]
H A Dshell_main_delegate.h21 class ShellMainDelegate : public ContentMainDelegate { class in namespace:content
23 ShellMainDelegate();
24 virtual ~ShellMainDelegate();
49 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
/external/chromium_org/ash/shell/content_client/
H A Dshell_main_delegate.cc15 ShellMainDelegate::ShellMainDelegate() { function in class:ash::shell::ShellMainDelegate
18 ShellMainDelegate::~ShellMainDelegate() {
21 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
31 void ShellMainDelegate::PreSandboxStartup() {
35 content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() {
40 void ShellMainDelegate::InitializeResourceBundle() {
H A Dshell_main_delegate.h24 class ShellMainDelegate : public content::ContentMainDelegate { class in namespace:ash::shell
26 ShellMainDelegate();
27 virtual ~ShellMainDelegate();
39 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);

Completed in 83 milliseconds