Searched refs:NotificationCOMWrapper (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.cpp43 class NotificationCOMWrapper : public IWebDesktopNotification { class in inherits:IWebDesktopNotification
45 static NotificationCOMWrapper* create(Notification* inner) { return new NotificationCOMWrapper(inner); }
63 NotificationCOMWrapper(Notification* inner) : m_refCount(1), m_inner(inner) {} function in class:NotificationCOMWrapper
69 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper::QueryInterface(REFIID riid, void** ppvObject)
73 *ppvObject = static_cast<NotificationCOMWrapper*>(this);
75 *ppvObject = static_cast<NotificationCOMWrapper*>(this);
83 ULONG STDMETHODCALLTYPE NotificationCOMWrapper::AddRef()
88 ULONG STDMETHODCALLTYPE NotificationCOMWrapper::Release()
96 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper
[all...]

Completed in 113 milliseconds