Home | History | Annotate | Download | only in win

Lines Matching refs:WebNotification

29 #include "WebNotification.h"
33 // WebNotification ------------------------------------------------------------
35 WebNotification::WebNotification(BSTR name, IUnknown* anObject, IPropertyBag* userInfo)
49 gClassNameCount.add("WebNotification");
52 WebNotification::~WebNotification()
62 gClassNameCount.remove("WebNotification");
65 WebNotification* WebNotification::createInstance(BSTR name /*=0*/, IUnknown* anObject /*=0*/, IPropertyBag* userInfo /*=0*/)
67 WebNotification* instance = new WebNotification(name, anObject, userInfo);
74 HRESULT STDMETHODCALLTYPE WebNotification::QueryInterface(REFIID riid, void** ppvObject)
88 ULONG STDMETHODCALLTYPE WebNotification::AddRef(void)
93 ULONG STDMETHODCALLTYPE WebNotification::Release(void)
104 HRESULT STDMETHODCALLTYPE WebNotification::notificationWithName(
113 HRESULT STDMETHODCALLTYPE WebNotification::name(
126 HRESULT STDMETHODCALLTYPE WebNotification::getObject(
137 HRESULT STDMETHODCALLTYPE WebNotification::userInfo(