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

/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.h15 class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate { class in namespace:ash
17 DefaultSystemTrayDelegate();
18 virtual ~DefaultSystemTrayDelegate();
97 DISALLOW_COPY_AND_ASSIGN(DefaultSystemTrayDelegate);
H A Ddefault_system_tray_delegate.cc40 DefaultSystemTrayDelegate::DefaultSystemTrayDelegate() function in class:ash::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
[all...]

Completed in 197 milliseconds