Searched defs:SystemTray (Results 1 - 2 of 2) sorted by path

/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc124 // SystemTray
126 SystemTray::SystemTray(StatusAreaWidget* status_area_widget) function in class:ash::SystemTray
137 SystemTray::~SystemTray() {
148 void SystemTray::InitializeTrayItems(SystemTrayDelegate* delegate) {
153 void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
215 void SystemTray::AddTrayItem(SystemTrayItem* item) {
229 void SystemTray::RemoveTrayItem(SystemTrayItem* item) {
233 const std::vector<SystemTrayItem*>& SystemTray
[all...]
H A Dsystem_tray.h37 class ASH_EXPORT SystemTray : public TrayBackgroundView, class in namespace:ash
40 explicit SystemTray(StatusAreaWidget* status_area_widget);
41 virtual ~SystemTray();
243 DISALLOW_COPY_AND_ASSIGN(SystemTray);

Completed in 246 milliseconds