HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFYITEM (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_win.h 14 // The known values for NOTIFYITEM's dwPreference member.
24 // NOTIFYITEM describes an entry in Explorer's registry of status icons.
26 struct NOTIFYITEM {
46 Notify(ULONG event, NOTIFYITEM* notify_item) = 0;
75 virtual HRESULT STDMETHODCALLTYPE Notify(ULONG, NOTIFYITEM*);
93 // Returns the NOTIFYITEM that corresponds to this executable and the
96 scoped_ptr<NOTIFYITEM> RegisterCallback();
105 // Sends an update to Explorer with the passed NOTIFYITEM.
106 void SendNotifyItemUpdate(scoped_ptr<NOTIFYITEM> notify_item);
122 // Temporary storage for the matched NOTIFYITEM. This is necessary becaus
    [all...]
status_tray_state_changer_interactive_uitest_win.cc 49 scoped_ptr<NOTIFYITEM> SetupAndGetCurrentNotifyItem() {
54 scoped_ptr<NOTIFYITEM> notify_item = GetNotifyItem();
69 void SendNotifyItemUpdate(scoped_ptr<NOTIFYITEM> notify_item) {
73 scoped_ptr<NOTIFYITEM> GetNotifyItem() {
89 // This tests the code path that will read the NOTIFYITEM data structure for
91 scoped_ptr<NOTIFYITEM> notify_item = SetupAndGetCurrentNotifyItem();
100 scoped_ptr<NOTIFYITEM> notify_item = SetupAndGetCurrentNotifyItem();
108 scoped_ptr<NOTIFYITEM> notify_item_copy(new NOTIFYITEM(*notify_item));
133 scoped_ptr<NOTIFYITEM> notify_item = SetupAndGetCurrentNotifyItem()
    [all...]
status_tray_state_changer_win.cc 25 SetPreference(const NOTIFYITEM* notify_item) = 0;
37 virtual HRESULT STDMETHODCALLTYPE SetPreference(NOTIFYITEM const*) = 0;
68 scoped_ptr<NOTIFYITEM> notify_item = RegisterCallback();
107 NOTIFYITEM* notify_item) {
115 notify_item_.reset(new NOTIFYITEM(*notify_item));
150 scoped_ptr<NOTIFYITEM> StatusTrayStateChangerWin::RegisterCallback() {
173 scoped_ptr<NOTIFYITEM> rv(notify_item_.release());
223 scoped_ptr<NOTIFYITEM> notify_item) {

Completed in 291 milliseconds