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

  /external/webkit/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 46 , m_userInfo(userInfo)
186 if (!m_userInfo)
189 return m_userInfo.copyRefTo(result);
WebError.h 96 COMPtr<IPropertyBag> m_userInfo;

Completed in 118 milliseconds