HomeSort by relevance Sort by last modified time
    Searched defs:ChromeShellDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.cc 32 ChromeShellDelegate* ChromeShellDelegate::instance_ = NULL;
34 ChromeShellDelegate::ChromeShellDelegate()
40 ChromeShellDelegate::~ChromeShellDelegate() {
45 bool ChromeShellDelegate::IsMultiProfilesEnabled() const {
75 bool ChromeShellDelegate::IsIncognitoAllowed() const {
82 bool ChromeShellDelegate::IsRunningInForcedAppMode() const {
86 bool ChromeShellDelegate::IsMultiAccountEnabled() const
    [all...]
chrome_shell_delegate.h 41 class ChromeShellDelegate : public ash::ShellDelegate,
44 ChromeShellDelegate();
45 virtual ~ChromeShellDelegate();
47 static ChromeShellDelegate* instance() { return instance_; }
90 static ChromeShellDelegate* instance_;
103 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);

Completed in 45 milliseconds