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

/external/chromium/chrome/browser/status_icons/
H A Dstatus_tray.cc12 StatusTray::StatusTray() { function in class:StatusTray
15 StatusTray::~StatusTray() {
19 void StatusTray::RemoveAllIcons() {
25 StatusIcon* StatusTray::CreateStatusIcon() {
32 void StatusTray::RemoveStatusIcon(StatusIcon* icon) {
H A Dstatus_tray.h18 class StatusTray { class
23 static StatusTray* Create();
25 virtual ~StatusTray();
27 // Creates a new StatusIcon. The StatusTray retains ownership of the
35 StatusTray();
53 DISALLOW_COPY_AND_ASSIGN(StatusTray);

Completed in 63 milliseconds