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.h 30 class ChromeShellDelegate : public ash::ShellDelegate,
33 ChromeShellDelegate();
34 virtual ~ChromeShellDelegate();
36 static ChromeShellDelegate* instance() { return instance_; }
72 static ChromeShellDelegate* instance_;
78 DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
chrome_shell_delegate.cc 36 ChromeShellDelegate* ChromeShellDelegate::instance_ = NULL;
38 ChromeShellDelegate::ChromeShellDelegate()
44 ChromeShellDelegate::~ChromeShellDelegate() {
49 bool ChromeShellDelegate::IsMultiProfilesEnabled() const {
81 bool ChromeShellDelegate::IsIncognitoAllowed() const {
88 bool ChromeShellDelegate::IsRunningInForcedAppMode() const {
92 void ChromeShellDelegate::Exit()
    [all...]

Completed in 37 milliseconds