Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebNotification.cpp39 , m_userInfo(userInfo) in WebNotification()
45 if (m_userInfo) in WebNotification()
46 m_userInfo->AddRef(); in WebNotification()
58 if (m_userInfo) in ~WebNotification()
59 m_userInfo->Release(); in ~WebNotification()
140 *result = m_userInfo; in userInfo()
DWebError.cpp44 , m_userInfo(userInfo) in WebError()
184 if (!m_userInfo) in userInfo()
187 return m_userInfo.copyRefTo(result); in userInfo()
DWebNotification.h64 IPropertyBag* m_userInfo; variable
DWebError.h92 COMPtr<IPropertyBag> m_userInfo; variable