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

/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_tray.cc11 StatusTray::~StatusTray() {
14 StatusIcon* StatusTray::CreateStatusIcon(StatusIconType type,
23 void StatusTray::RemoveStatusIcon(StatusIcon* icon) {
35 StatusTray::StatusTray() { function in class:StatusTray
H A Dstatus_tray.h21 class StatusTray { class
34 static StatusTray* Create();
36 virtual ~StatusTray();
38 // Creates a new StatusIcon. The StatusTray retains ownership of the
50 StatusTray();
63 // StatusTray.
66 DISALLOW_COPY_AND_ASSIGN(StatusTray);

Completed in 851 milliseconds