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

  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_win.cc 50 StatusTrayStateChangerWin::StatusTrayStateChangerWin(UINT icon_id, HWND window)
60 void StatusTrayStateChangerWin::EnsureTrayIconVisible() {
84 STDMETHODIMP_(ULONG) StatusTrayStateChangerWin::AddRef() {
89 STDMETHODIMP_(ULONG) StatusTrayStateChangerWin::Release() {
94 STDMETHODIMP StatusTrayStateChangerWin::QueryInterface(REFIID riid,
106 STDMETHODIMP StatusTrayStateChangerWin::Notify(ULONG event,
119 StatusTrayStateChangerWin::~StatusTrayStateChangerWin() {
123 bool StatusTrayStateChangerWin::CreateTrayNotify()
    [all...]
status_tray_state_changer_win.h 53 class StatusTrayStateChangerWin : public INotificationCB,
57 StatusTrayStateChangerWin(UINT icon_id, HWND window);
78 virtual ~StatusTrayStateChangerWin();
94 // HWND/ID pair that were used to create the StatusTrayStateChangerWin.
101 // StatusTrayStateChangerWin::Notify.
126 // StatusTrayStateChangerWin->Notify(NOTIFYITEM);
130 DISALLOW_COPY_AND_ASSIGN(StatusTrayStateChangerWin);

Completed in 310 milliseconds