Searched refs:TrayUpdate (Results 1 – 3 of 3) sorted by relevance
157 TrayUpdate::TrayUpdate(SystemTray* system_tray) in TrayUpdate() function in ash::TrayUpdate163 TrayUpdate::~TrayUpdate() { in ~TrayUpdate()167 bool TrayUpdate::GetInitialVisibility() { in GetInitialVisibility()171 views::View* TrayUpdate::CreateDefaultView(user::LoginStatus status) { in CreateDefaultView()177 views::View* TrayUpdate::CreateDetailedView(user::LoginStatus status) { in CreateDetailedView()181 void TrayUpdate::DestroyDetailedView() { in DestroyDetailedView()191 void TrayUpdate::OnUpdateRecommended(UpdateObserver::UpdateSeverity severity) { in OnUpdateRecommended()
22 class TrayUpdate : public TrayImageItem,25 explicit TrayUpdate(SystemTray* system_tray);26 virtual ~TrayUpdate();44 DISALLOW_COPY_AND_ASSIGN(TrayUpdate);
194 AddTrayItem(new TrayUpdate(this)); in CreateItems()201 AddTrayItem(new TrayUpdate(this)); in CreateItems()208 AddTrayItem(new TrayUpdate(this)); in CreateItems()