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 70 ShellDelegateImpl::ShellDelegateImpl()
76 ShellDelegateImpl::~ShellDelegateImpl() {
79 void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
85 bool ShellDelegateImpl::IsFirstRunAfterBoot() const {
89 bool ShellDelegateImpl::IsIncognitoAllowed() const {
93 bool ShellDelegateImpl::IsMultiProfilesEnabled() const {
97 bool ShellDelegateImpl::IsRunningInForcedAppMode() const {
101 void ShellDelegateImpl::PreInit()
    [all...]
window_watcher_unittest.cc 25 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl;
shell_delegate_impl.h 27 class ShellDelegateImpl : public ash::ShellDelegate {
29 ShellDelegateImpl();
30 virtual ~ShellDelegateImpl();
69 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 110 delegate_ = new ash::shell::ShellDelegateImpl;

Completed in 994 milliseconds