/external/chromium_org/apps/shell/ |
D | shell_main_delegate.cc | 29 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in apps::ShellMainDelegate
|
D | shell_main_delegate.h | 24 virtual void PreSandboxStartup() OVERRIDE;
|
/external/chromium_org/ui/views/examples/content_client/ |
D | examples_main_delegate.h | 28 virtual void PreSandboxStartup() OVERRIDE;
|
D | examples_main_delegate.cc | 59 void ExamplesMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in views::examples::ExamplesMainDelegate
|
/external/chromium_org/ash/shell/content_client/ |
D | shell_main_delegate.cc | 31 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in ash::shell::ShellMainDelegate
|
D | shell_main_delegate.h | 30 virtual void PreSandboxStartup() OVERRIDE;
|
/external/chromium_org/content/shell/app/ |
D | shell_main_delegate.h | 28 virtual void PreSandboxStartup() OVERRIDE;
|
D | shell_main_delegate.cc | 192 void ShellMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in content::ShellMainDelegate
|
/external/chromium_org/content/public/app/ |
D | content_main_delegate.h | 35 virtual void PreSandboxStartup() {} in PreSandboxStartup() function
|
/external/chromium_org/android_webview/lib/main/ |
D | aw_main_delegate.h | 34 virtual void PreSandboxStartup() OVERRIDE;
|
D | aw_main_delegate.cc | 87 void AwMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in android_webview::AwMainDelegate
|
/external/chromium_org/chrome/app/ |
D | chrome_main_delegate.h | 22 virtual void PreSandboxStartup() OVERRIDE;
|
D | chrome_main_delegate.cc | 562 void ChromeMainDelegate::PreSandboxStartup() { in PreSandboxStartup() function in ChromeMainDelegate 701 chrome::ChromeContentUtilityClient::PreSandboxStartup(); in PreSandboxStartup()
|
/external/chromium_org/content/test/ |
D | content_browser_test.cc | 61 shell_main_delegate_->PreSandboxStartup(); in SetUp()
|
/external/chromium_org/chrome/utility/local_discovery/ |
D | service_discovery_message_handler.h | 44 static void PreSandboxStartup();
|
D | service_discovery_message_handler.cc | 178 void ServiceDiscoveryMessageHandler::PreSandboxStartup() { in PreSandboxStartup() function in local_discovery::ServiceDiscoveryMessageHandler
|
/external/chromium_org/chrome/utility/ |
D | chrome_content_utility_client.h | 41 static void PreSandboxStartup();
|
D | chrome_content_utility_client.cc | 382 void ChromeContentUtilityClient::PreSandboxStartup() { in PreSandboxStartup() function in chrome::ChromeContentUtilityClient 384 local_discovery::ServiceDiscoveryMessageHandler::PreSandboxStartup(); in PreSandboxStartup()
|
/external/chromium_org/content/app/ |
D | content_main_runner.cc | 741 delegate->PreSandboxStartup(); in Initialize()
|