Searched defs:ShellDelegateImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.h27 class ShellDelegateImpl : public ash::ShellDelegate { class in namespace:ash::shell
29 ShellDelegateImpl();
30 virtual ~ShellDelegateImpl();
75 DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl);
H A Dshell_delegate_impl.cc172 ShellDelegateImpl::ShellDelegateImpl() function in class:ash::shell::ShellDelegateImpl
178 ShellDelegateImpl::~ShellDelegateImpl() {
181 void ShellDelegateImpl::SetWatcher(WindowWatcher* watcher) {
187 bool ShellDelegateImpl::IsFirstRunAfterBoot() const {
191 bool ShellDelegateImpl::IsIncognitoAllowed() const {
195 bool ShellDelegateImpl::IsMultiProfilesEnabled() const {
199 bool ShellDelegateImpl::IsRunningInForcedAppMode() const {
203 bool ShellDelegateImpl
[all...]

Completed in 328 milliseconds