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

  /external/chromium_org/ash/system/user/
config.cc 26 return Shell::GetInstance()->delegate()->IsMultiProfilesEnabled() &&
tray_user.cc 286 if (!shell->delegate()->IsMultiProfilesEnabled())
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager.cc 44 ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
52 } else if (ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
  /external/chromium_org/ash/shell/
shell_delegate_impl.h 39 virtual bool IsMultiProfilesEnabled() const OVERRIDE;
shell_delegate_impl.cc 174 bool ShellDelegateImpl::IsMultiProfilesEnabled() const {
  /external/chromium_org/ash/
shell_delegate.h 74 virtual bool IsMultiProfilesEnabled() const = 0;
  /external/chromium_org/ash/test/
test_shell_delegate.h 37 virtual bool IsMultiProfilesEnabled() const OVERRIDE;
test_shell_delegate.cc 98 bool TestShellDelegate::IsMultiProfilesEnabled() const {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h 51 virtual bool IsMultiProfilesEnabled() const OVERRIDE;
chrome_shell_delegate.cc 45 bool ChromeShellDelegate::IsMultiProfilesEnabled() const {
system_tray_delegate_chromeos.cc 547 if (!shell->delegate()->IsMultiProfilesEnabled())
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 561 if (!Shell::GetInstance()->delegate()->IsMultiProfilesEnabled())
    [all...]

Completed in 287 milliseconds