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

  /external/chromium_org/apps/shell/browser/
shell_browser_main_delegate.h 16 class ShellBrowserMainDelegate {
18 virtual ~ShellBrowserMainDelegate() {}
default_shell_browser_main_delegate.h 14 // A ShellBrowserMainDelegate that starts an application specified
16 class DefaultShellBrowserMainDelegate : public ShellBrowserMainDelegate {
21 // ShellBrowserMainDelegate:
shell_browser_main_parts.h 37 class ShellBrowserMainDelegate;
49 ShellBrowserMainDelegate* browser_main_delegate);
96 scoped_ptr<ShellBrowserMainDelegate> browser_main_delegate_;
shell_content_browser_client.h 22 class ShellBrowserMainDelegate;
29 ShellBrowserMainDelegate* browser_main_delegate);
70 ShellBrowserMainDelegate* browser_main_delegate_;
shell_browser_main_parts.cc 50 ShellBrowserMainDelegate* browser_main_delegate)
shell_content_browser_client.cc 38 ShellBrowserMainDelegate* browser_main_delegate)
  /external/chromium_org/apps/shell/app/
shell_main_delegate.h 20 class ShellBrowserMainDelegate;
37 virtual ShellBrowserMainDelegate* CreateShellBrowserMainDelegate();
shell_main_delegate.cc 82 ShellBrowserMainDelegate* ShellMainDelegate::CreateShellBrowserMainDelegate() {
  /external/chromium_org/athena/main/
athena_main.cc 34 class AthenaBrowserMainDelegate : public apps::ShellBrowserMainDelegate {
39 // apps::ShellBrowserMainDelegate:
103 virtual apps::ShellBrowserMainDelegate* CreateShellBrowserMainDelegate()

Completed in 78 milliseconds