HomeSort by relevance Sort by last modified time
    Searched refs:m_userInfo (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/win/
WebNotification.cpp 39 , m_userInfo(userInfo)
45 if (m_userInfo)
46 m_userInfo->AddRef();
58 if (m_userInfo)
59 m_userInfo->Release();
140 *result = m_userInfo;
WebNotification.h 64 IPropertyBag* m_userInfo;
WebError.cpp 44 , m_userInfo(userInfo)
184 if (!m_userInfo)
187 return m_userInfo.copyRefTo(result);
WebError.h 92 COMPtr<IPropertyBag> m_userInfo;

Completed in 90 milliseconds