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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebNotification.cpp39 , m_userInfo(userInfo)
45 if (m_userInfo)
46 m_userInfo->AddRef();
58 if (m_userInfo)
59 m_userInfo->Release();
140 *result = m_userInfo;
H A DWebNotification.h64 IPropertyBag* m_userInfo; member in class:WebNotification
H A DWebError.cpp44 , m_userInfo(userInfo)
184 if (!m_userInfo)
187 return m_userInfo.copyRefTo(result);
H A DWebError.h92 COMPtr<IPropertyBag> m_userInfo; member in class:WebError

Completed in 88 milliseconds