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

  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.cc 40 DefaultSystemTrayDelegate::DefaultSystemTrayDelegate()
45 DefaultSystemTrayDelegate::~DefaultSystemTrayDelegate() {
48 void DefaultSystemTrayDelegate::Initialize() {
51 void DefaultSystemTrayDelegate::Shutdown() {
54 bool DefaultSystemTrayDelegate::GetTrayVisibilityOnStartup() {
58 user::LoginStatus DefaultSystemTrayDelegate::GetUserLoginStatus() const {
62 void DefaultSystemTrayDelegate::ChangeProfilePicture() {
65 const std::string DefaultSystemTrayDelegate::GetEnterpriseDomain() const
    [all...]
default_system_tray_delegate.h 15 class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
17 DefaultSystemTrayDelegate();
18 virtual ~DefaultSystemTrayDelegate();
104 DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate);
  /external/chromium_org/ash/test/
test_system_tray_delegate.h 14 class TestSystemTrayDelegate : public DefaultSystemTrayDelegate {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_views.cc 194 return new ash::DefaultSystemTrayDelegate;
  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 247 return new DefaultSystemTrayDelegate;

Completed in 87 milliseconds