HomeSort by relevance Sort by last modified time
    Searched defs:SystemTray (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/tray/
system_tray.h 57 class ASH_EXPORT SystemTray : public internal::TrayBackgroundView,
60 explicit SystemTray(internal::StatusAreaWidget* status_area_widget);
61 virtual ~SystemTray();
234 DISALLOW_COPY_AND_ASSIGN(SystemTray);
system_tray.cc 117 // SystemTray
121 SystemTray::SystemTray(internal::StatusAreaWidget* status_area_widget)
131 SystemTray::~SystemTray() {
142 void SystemTray::InitializeTrayItems(SystemTrayDelegate* delegate) {
147 void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
211 void SystemTray::AddTrayItem(SystemTrayItem* item) {
225 void SystemTray::RemoveTrayItem(SystemTrayItem* item) {
229 const std::vector<SystemTrayItem*>& SystemTray::GetTrayItems() const
    [all...]

Completed in 270 milliseconds