OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMultiProfilesEnabled
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager.cc
43
ash::Shell::GetInstance()->delegate()->
IsMultiProfilesEnabled
() &&
49
} 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
93
bool ShellDelegateImpl::
IsMultiProfilesEnabled
() const {
/external/chromium_org/ash/
shell_delegate.h
69
virtual bool
IsMultiProfilesEnabled
() const = 0;
/external/chromium_org/ash/test/
test_shell_delegate.h
35
virtual bool
IsMultiProfilesEnabled
() const OVERRIDE;
test_shell_delegate.cc
72
bool TestShellDelegate::
IsMultiProfilesEnabled
() const {
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h
40
virtual bool
IsMultiProfilesEnabled
() const OVERRIDE;
chrome_shell_delegate.cc
49
bool ChromeShellDelegate::
IsMultiProfilesEnabled
() const {
50
// TODO(skuhne): There is a function named profiles::
IsMultiProfilesEnabled
/external/chromium_org/chrome/browser/profiles/
avatar_menu.cc
102
ChromeShellDelegate::instance()->
IsMultiProfilesEnabled
();
/external/chromium_org/ash/system/user/
tray_user.cc
[
all
...]
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
634
if (!Shell::GetInstance()->delegate()->
IsMultiProfilesEnabled
())
[
all
...]
/external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc
618
if (!shell->delegate()->
IsMultiProfilesEnabled
())
[
all
...]
Completed in 1010 milliseconds