ShellDelegateImpl  113 ash/shell/content_client/shell_browser_main_parts.cc   delegate_ = new ash::shell::ShellDelegateImpl;
ShellDelegateImpl   32 ash/shell/content_client/shell_browser_main_parts.h class ShellDelegateImpl;
ShellDelegateImpl   57 ash/shell/content_client/shell_browser_main_parts.h   ShellDelegateImpl* delegate_;  // owned by Shell
ShellDelegateImpl   70 ash/shell/shell_delegate_impl.cc ShellDelegateImpl::ShellDelegateImpl()
ShellDelegateImpl   76 ash/shell/shell_delegate_impl.cc ShellDelegateImpl::~ShellDelegateImpl() {
ShellDelegateImpl   79 ash/shell/shell_delegate_impl.cc void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
ShellDelegateImpl   85 ash/shell/shell_delegate_impl.cc bool ShellDelegateImpl::IsFirstRunAfterBoot() const {
ShellDelegateImpl   89 ash/shell/shell_delegate_impl.cc bool ShellDelegateImpl::IsIncognitoAllowed() const {
ShellDelegateImpl   93 ash/shell/shell_delegate_impl.cc bool ShellDelegateImpl::IsMultiProfilesEnabled() const {
ShellDelegateImpl   97 ash/shell/shell_delegate_impl.cc bool ShellDelegateImpl::IsRunningInForcedAppMode() const {
ShellDelegateImpl  101 ash/shell/shell_delegate_impl.cc void ShellDelegateImpl::PreInit() {
ShellDelegateImpl  104 ash/shell/shell_delegate_impl.cc void ShellDelegateImpl::PreShutdown() {
ShellDelegateImpl  107 ash/shell/shell_delegate_impl.cc void ShellDelegateImpl::Exit() {
ShellDelegateImpl  112 ash/shell/shell_delegate_impl.cc     ShellDelegateImpl::CreateKeyboardControllerProxy() {
ShellDelegateImpl  116 ash/shell/shell_delegate_impl.cc void ShellDelegateImpl::VirtualKeyboardActivated(bool activated) {
ShellDelegateImpl  119 ash/shell/shell_delegate_impl.cc void ShellDelegateImpl::AddVirtualKeyboardStateObserver(
ShellDelegateImpl  123 ash/shell/shell_delegate_impl.cc void ShellDelegateImpl::RemoveVirtualKeyboardStateObserver(
ShellDelegateImpl  127 ash/shell/shell_delegate_impl.cc content::BrowserContext* ShellDelegateImpl::GetActiveBrowserContext() {
ShellDelegateImpl  131 ash/shell/shell_delegate_impl.cc app_list::AppListViewDelegate* ShellDelegateImpl::CreateAppListViewDelegate() {
ShellDelegateImpl  135 ash/shell/shell_delegate_impl.cc ShelfDelegate* ShellDelegateImpl::CreateShelfDelegate(ShelfModel* model) {
ShellDelegateImpl  140 ash/shell/shell_delegate_impl.cc ash::SystemTrayDelegate* ShellDelegateImpl::CreateSystemTrayDelegate() {
ShellDelegateImpl  144 ash/shell/shell_delegate_impl.cc ash::UserWallpaperDelegate* ShellDelegateImpl::CreateUserWallpaperDelegate() {
ShellDelegateImpl  148 ash/shell/shell_delegate_impl.cc ash::SessionStateDelegate* ShellDelegateImpl::CreateSessionStateDelegate() {
ShellDelegateImpl  152 ash/shell/shell_delegate_impl.cc ash::AccessibilityDelegate* ShellDelegateImpl::CreateAccessibilityDelegate() {
ShellDelegateImpl  156 ash/shell/shell_delegate_impl.cc ash::NewWindowDelegate* ShellDelegateImpl::CreateNewWindowDelegate() {
ShellDelegateImpl  160 ash/shell/shell_delegate_impl.cc ash::MediaDelegate* ShellDelegateImpl::CreateMediaDelegate() {
ShellDelegateImpl  164 ash/shell/shell_delegate_impl.cc ui::MenuModel* ShellDelegateImpl::CreateContextMenu(
ShellDelegateImpl  171 ash/shell/shell_delegate_impl.cc WindowTreeHostFactory* ShellDelegateImpl::CreateWindowTreeHostFactory() {
ShellDelegateImpl  175 ash/shell/shell_delegate_impl.cc GPUSupport* ShellDelegateImpl::CreateGPUSupport() {
ShellDelegateImpl  180 ash/shell/shell_delegate_impl.cc base::string16 ShellDelegateImpl::GetProductName() const {
ShellDelegateImpl   27 ash/shell/shell_delegate_impl.h class ShellDelegateImpl : public ash::ShellDelegate {
ShellDelegateImpl   29 ash/shell/shell_delegate_impl.h   ShellDelegateImpl();
ShellDelegateImpl   30 ash/shell/shell_delegate_impl.h   virtual ~ShellDelegateImpl();
ShellDelegateImpl   75 ash/shell/shell_delegate_impl.h   DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl);
ShellDelegateImpl   25 ash/shell/window_watcher_unittest.cc   shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl;