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

/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win.h13 class StatusTrayWin : public StatusTray { class in inherits:StatusTray
15 StatusTrayWin();
16 ~StatusTrayWin();
44 DISALLOW_COPY_AND_ASSIGN(StatusTrayWin);
H A Dstatus_tray_win.cc14 StatusTrayWin::StatusTrayWin() function in class:StatusTrayWin
20 wc.lpfnWndProc = base::win::WrappedWindowProc<StatusTrayWin::WndProcStatic>;
40 LRESULT CALLBACK StatusTrayWin::WndProcStatic(HWND hwnd,
44 StatusTrayWin* msg_wnd = reinterpret_cast<StatusTrayWin*>(
52 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd,
88 StatusTrayWin::~StatusTrayWin() {
94 StatusIcon* StatusTrayWin
[all...]

Completed in 60 milliseconds