HomeSort by relevance Sort by last modified time
    Searched refs:ShellMainDelegate (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/apps/shell/
shell_main_delegate.cc 17 ShellMainDelegate::ShellMainDelegate() {
20 ShellMainDelegate::~ShellMainDelegate() {
23 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
29 void ShellMainDelegate::PreSandboxStartup() {
33 content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() {
38 void ShellMainDelegate::InitializeResourceBundle() {
shell_main_delegate.h 17 class ShellMainDelegate : public content::ContentMainDelegate {
19 ShellMainDelegate();
20 virtual ~ShellMainDelegate();
33 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
shell_main.cc 9 apps::ShellMainDelegate delegate;
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 15 ShellMainDelegate::ShellMainDelegate() {
18 ShellMainDelegate::~ShellMainDelegate() {
21 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
31 void ShellMainDelegate::PreSandboxStartup() {
35 content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() {
40 void ShellMainDelegate::InitializeResourceBundle() {
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/
shell_content_main.cc 13 content::ShellMainDelegate delegate;
shell_main_delegate.h 21 class ShellMainDelegate : public ContentMainDelegate {
23 ShellMainDelegate();
24 virtual ~ShellMainDelegate();
49 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
shell_main.cc 23 content::ShellMainDelegate delegate;
35 content::ShellMainDelegate delegate;
shell_main_delegate.cc 103 ShellMainDelegate::ShellMainDelegate() {
106 ShellMainDelegate::~ShellMainDelegate() {
109 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
192 void ShellMainDelegate::PreSandboxStartup() {
226 int ShellMainDelegate::RunProcess(
234 // on the ShellMainDelegate class because of different object lifetime.
243 void ShellMainDelegate::ZygoteForked() {
254 void ShellMainDelegate::InitializeResourceBundle()
    [all...]
  /external/chromium_org/content/test/
content_browser_test.h 17 class ShellMainDelegate;
42 scoped_ptr<ShellMainDelegate> shell_main_delegate_;
content_test_launcher.cc 125 return new ShellMainDelegate();
content_browser_test.cc 60 shell_main_delegate_.reset(new ShellMainDelegate);
  /external/chromium_org/ash/shell/
shell_main.cc 28 ash::shell::ShellMainDelegate delegate;
34 ash::shell::ShellMainDelegate delegate;
  /external/chromium_org/content/shell/android/
shell_library_loader.cc 30 content::SetContentMainDelegate(new content::ShellMainDelegate());
  /external/chromium_org/content/shell/android/linker_test_apk/
content_linker_test_android.cc 34 content::SetContentMainDelegate(new content::ShellMainDelegate());
  /external/chromium_org/content/shell/android/browsertests_apk/
content_browser_tests_android.cc 116 content::SetContentMainDelegate(new content::ShellMainDelegate());

Completed in 1682 milliseconds