Searched refs:m_anObject (Results 1 – 2 of 2) sorted by relevance
38 , m_anObject(anObject) in WebNotification()43 if (m_anObject) in WebNotification()44 m_anObject->AddRef(); in WebNotification()56 if (m_anObject) in ~WebNotification()57 m_anObject->Release(); in ~WebNotification()129 *result = m_anObject; in getObject()
63 IUnknown* m_anObject; variable