Home
last modified time | relevance | path

Searched refs:PreSandboxStartup (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/apps/shell/
Dshell_main_delegate.cc29 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in apps::ShellMainDelegate
Dshell_main_delegate.h24 virtual void PreSandboxStartup() OVERRIDE;
/external/chromium_org/ui/views/examples/content_client/
Dexamples_main_delegate.h28 virtual void PreSandboxStartup() OVERRIDE;
Dexamples_main_delegate.cc59 void ExamplesMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in views::examples::ExamplesMainDelegate
/external/chromium_org/ash/shell/content_client/
Dshell_main_delegate.cc31 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in ash::shell::ShellMainDelegate
Dshell_main_delegate.h30 virtual void PreSandboxStartup() OVERRIDE;
/external/chromium_org/content/shell/app/
Dshell_main_delegate.h28 virtual void PreSandboxStartup() OVERRIDE;
Dshell_main_delegate.cc192 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in content::ShellMainDelegate
/external/chromium_org/content/public/app/
Dcontent_main_delegate.h35 virtual void PreSandboxStartup() {} in PreSandboxStartup() function
/external/chromium_org/android_webview/lib/main/
Daw_main_delegate.h34 virtual void PreSandboxStartup() OVERRIDE;
Daw_main_delegate.cc87 void AwMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in android_webview::AwMainDelegate
/external/chromium_org/chrome/app/
Dchrome_main_delegate.h22 virtual void PreSandboxStartup() OVERRIDE;
Dchrome_main_delegate.cc562 void ChromeMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in ChromeMainDelegate
701 chrome::ChromeContentUtilityClient::PreSandboxStartup(); in PreSandboxStartup()
/external/chromium_org/content/test/
Dcontent_browser_test.cc61 shell_main_delegate_->PreSandboxStartup(); in SetUp()
/external/chromium_org/chrome/utility/local_discovery/
Dservice_discovery_message_handler.h44 static void PreSandboxStartup();
Dservice_discovery_message_handler.cc178 void ServiceDiscoveryMessageHandler::PreSandboxStartup() { in PreSandboxStartup() function in local_discovery::ServiceDiscoveryMessageHandler
/external/chromium_org/chrome/utility/
Dchrome_content_utility_client.h41 static void PreSandboxStartup();
Dchrome_content_utility_client.cc382 void ChromeContentUtilityClient::PreSandboxStartup() { in PreSandboxStartup() function in chrome::ChromeContentUtilityClient
384 local_discovery::ServiceDiscoveryMessageHandler::PreSandboxStartup(); in PreSandboxStartup()
/external/chromium_org/content/app/
Dcontent_main_runner.cc741 delegate->PreSandboxStartup(); in Initialize()