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

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_item.h26 class ASH_EXPORT SystemTrayItem { class in namespace:ash
28 explicit SystemTrayItem(SystemTray* system_tray);
29 virtual ~SystemTrayItem();
114 DISALLOW_COPY_AND_ASSIGN(SystemTrayItem);
H A Dsystem_tray_item.cc14 SystemTrayItem::SystemTrayItem(SystemTray* system_tray) function in class:ash::SystemTrayItem
18 SystemTrayItem::~SystemTrayItem() {
21 views::View* SystemTrayItem::CreateTrayView(user::LoginStatus status) {
25 views::View* SystemTrayItem::CreateDefaultView(user::LoginStatus status) {
29 views::View* SystemTrayItem::CreateDetailedView(user::LoginStatus status) {
33 views::View* SystemTrayItem::CreateNotificationView(user::LoginStatus status) {
37 void SystemTrayItem::DestroyTrayView() {
40 void SystemTrayItem
[all...]

Completed in 76 milliseconds