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

  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 56 ShellDelegateImpl::ShellDelegateImpl()
66 ShellDelegateImpl::~ShellDelegateImpl() {
69 void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
75 bool ShellDelegateImpl::IsFirstRunAfterBoot() const {
79 bool ShellDelegateImpl::IsMultiProfilesEnabled() const {
83 bool ShellDelegateImpl::IsRunningInForcedAppMode() const {
87 void ShellDelegateImpl::PreInit() {
90 void ShellDelegateImpl::Shutdown()
    [all...]
window_watcher_unittest.cc 24 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl;
shell_delegate_impl.h 23 class ShellDelegateImpl : public ash::ShellDelegate {
25 ShellDelegateImpl();
26 virtual ~ShellDelegateImpl();
93 DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl);
  /external/chromium_org/ash/shell/content_client/
shell_browser_main_parts.h 28 class ShellDelegateImpl;
52 ShellDelegateImpl* delegate_; // owned by Shell
shell_browser_main_parts.cc 113 delegate_ = new ash::shell::ShellDelegateImpl;

Completed in 76 milliseconds