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

  /external/chromium_org/apps/shell/browser/
shell_browser_main_parts.cc 54 browser_main_delegate_(browser_main_delegate) {
88 desktop_controller_.reset(browser_main_delegate_->CreateDesktopController());
119 browser_main_delegate_->Start(browser_context_.get());
134 browser_main_delegate_->Shutdown();
shell_browser_main_parts.h 96 scoped_ptr<ShellBrowserMainDelegate> browser_main_delegate_; member in class:apps::ShellBrowserMainParts
shell_content_browser_client.h 70 ShellBrowserMainDelegate* browser_main_delegate_; member in class:apps::ShellContentBrowserClient
shell_content_browser_client.cc 39 : browser_main_parts_(NULL), browser_main_delegate_(browser_main_delegate) {
58 new ShellBrowserMainParts(parameters, browser_main_delegate_);

Completed in 226 milliseconds