Searched refs:ShellDelegateImpl (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc151 ShellDelegateImpl::ShellDelegateImpl() function in class:ash::shell::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
[all...]
H A Dwindow_watcher_unittest.cc27 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl;
H A Dshell_delegate_impl.h27 class ShellDelegateImpl : public ash::ShellDelegate { class in namespace:ash::shell
29 ShellDelegateImpl();
30 virtual ~ShellDelegateImpl();
76 DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl);
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.h32 class ShellDelegateImpl;
57 ShellDelegateImpl* delegate_; // owned by Shell
H A Dshell_browser_main_parts.cc114 delegate_ = new ash::shell::ShellDelegateImpl;

Completed in 66 milliseconds