Searched refs:m_pPropertiesDict (Results 1 – 2 of 2) sorted by relevance
14 : m_ParamType(None), m_pPropertiesDict(nullptr) {} in CPDF_ContentMarkItem()19 m_pPropertiesDict(that.m_pPropertiesDict) { in CPDF_ContentMarkItem()29 return m_pPropertiesDict.Get(); in GetParam()51 m_pPropertiesDict = pDict; in SetPropertiesDict()
41 UnownedPtr<CPDF_Dictionary> m_pPropertiesDict; variable