Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebNotification.cpp38 , 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()
DWebNotification.h63 IUnknown* m_anObject; variable