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

  /external/chromium_org/ash/shell/
shell_delegate_impl.h 27 class ShellDelegateImpl : public ash::ShellDelegate {
29 ShellDelegateImpl();
30 virtual ~ShellDelegateImpl();
76 DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl);
shell_delegate_impl.cc 151 ShellDelegateImpl::ShellDelegateImpl()
157 ShellDelegateImpl::~ShellDelegateImpl() {
160 void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
166 bool ShellDelegateImpl::IsFirstRunAfterBoot() const {
170 bool ShellDelegateImpl::IsIncognitoAllowed() const {
174 bool ShellDelegateImpl::IsMultiProfilesEnabled() const {
178 bool ShellDelegateImpl::IsRunningInForcedAppMode() const {
182 bool ShellDelegateImpl::IsMultiAccountEnabled() const
    [all...]

Completed in 60 milliseconds