OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMultiAccountEnabled
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/system/user/
config.cc
31
return Shell::GetInstance()->delegate()->
IsMultiAccountEnabled
() &&
/external/chromium_org/ash/shell/
shell_delegate_impl.h
41
virtual bool
IsMultiAccountEnabled
() const OVERRIDE;
shell_delegate_impl.cc
182
bool ShellDelegateImpl::
IsMultiAccountEnabled
() const {
/external/chromium_org/ash/
shell_delegate.h
84
virtual bool
IsMultiAccountEnabled
() const = 0;
/external/chromium_org/ash/test/
test_shell_delegate.h
39
virtual bool
IsMultiAccountEnabled
() const OVERRIDE;
test_shell_delegate.cc
106
bool TestShellDelegate::
IsMultiAccountEnabled
() const {
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h
54
virtual bool
IsMultiAccountEnabled
() const OVERRIDE;
chrome_shell_delegate.cc
86
bool ChromeShellDelegate::
IsMultiAccountEnabled
() const {
Completed in 2391 milliseconds