Searched defs:ChromeShellDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate.cc32 ChromeShellDelegate* ChromeShellDelegate::instance_ = NULL;
34 ChromeShellDelegate::ChromeShellDelegate() function in class:ChromeShellDelegate
40 ChromeShellDelegate::~ChromeShellDelegate() {
45 bool ChromeShellDelegate::IsMultiProfilesEnabled() const {
75 bool ChromeShellDelegate::IsIncognitoAllowed() const {
82 bool ChromeShellDelegate::IsRunningInForcedAppMode() const {
86 bool ChromeShellDelegate
[all...]
H A Dchrome_shell_delegate.h41 class ChromeShellDelegate : public ash::ShellDelegate, class in inherits:ash::ShellDelegate,content::NotificationObserver
44 ChromeShellDelegate();
45 virtual ~ChromeShellDelegate();
47 static ChromeShellDelegate* instance() { return instance_; }
90 static ChromeShellDelegate* instance_;
103 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);

Completed in 1132 milliseconds