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

  /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();
46 DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
shell_main.cc 23 content::ShellMainDelegate delegate;
35 content::ShellMainDelegate delegate;
shell_main_delegate.cc 87 ShellMainDelegate::ShellMainDelegate() {
90 ShellMainDelegate::~ShellMainDelegate() {
93 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
172 void ShellMainDelegate::PreSandboxStartup() {
176 int ShellMainDelegate::RunProcess(
184 // on the ShellMainDelegate class because of different object lifetime.
192 void ShellMainDelegate::InitializeResourceBundle() {
226 ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient()
    [all...]
  /external/chromium_org/content/test/
content_browser_test.h 17 class ShellMainDelegate;
42 scoped_ptr<ShellMainDelegate> shell_main_delegate_;
content_test_launcher.cc 120 return new ShellMainDelegate();
content_browser_test.cc 56 shell_main_delegate_.reset(new ShellMainDelegate);
  /external/chromium_org/ash/shell/
shell_main.cc 17 ash::shell::ShellMainDelegate delegate;
22 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/browsertests_apk/
content_browser_tests_android.cc 116 content::SetContentMainDelegate(new content::ShellMainDelegate());

Completed in 65 milliseconds