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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebNotification.cpp38 , m_anObject(anObject)
43 if (m_anObject)
44 m_anObject->AddRef();
56 if (m_anObject)
57 m_anObject->Release();
129 *result = m_anObject;
H A DWebNotification.h63 IUnknown* m_anObject; member in class:WebNotification

Completed in 201 milliseconds