HomeSort by relevance Sort by last modified time
    Searched refs:IsUserSupervised (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ash/test/
test_system_tray_delegate.h 46 virtual bool IsUserSupervised() const OVERRIDE;
test_system_tray_delegate.cc 73 bool TestSystemTrayDelegate::IsUserSupervised() const {
  /external/chromium_org/ash/system/chromeos/supervised/
tray_supervised_user.cc 53 if (!delegate->IsUserSupervised())
73 bool is_user_supervised = delegate->IsUserSupervised();
  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.h 32 virtual bool IsUserSupervised() const OVERRIDE;
system_tray_delegate.h 122 virtual bool IsUserSupervised() const = 0;
default_system_tray_delegate.cc 89 bool DefaultSystemTrayDelegate::IsUserSupervised() const {
  /external/chromium_org/ash/system/user/
tray_user.cc 141 if (delegate->IsUserSupervised())
181 if (delegate->IsUserSupervised()) {
user_card_view.cc 400 tray_delegate->IsUserSupervised()
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 68 virtual bool IsUserSupervised() const OVERRIDE;
system_tray_delegate_linux.cc 86 virtual bool IsUserSupervised() const OVERRIDE {
system_tray_delegate_win.cc 86 virtual bool IsUserSupervised() const OVERRIDE {
system_tray_delegate_chromeos.cc 397 if (!IsUserSupervised())
404 bool SystemTrayDelegateChromeOS::IsUserSupervised() const {
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget.cc 717 if (Shell::GetInstance()->system_tray_delegate()->IsUserSupervised())

Completed in 446 milliseconds