Searched refs:m_pRoleMap (Results 1 – 2 of 2) sorted by relevance
60 m_pRoleMap(m_pTreeRoot ? m_pTreeRoot->GetDictFor("RoleMap") : nullptr), in CPDF_StructTree()180 if (pTree->m_pRoleMap) { in CPDF_StructElement()181 CFX_ByteString mapped = pTree->m_pRoleMap->GetStringFor(m_Type); in CPDF_StructElement()
53 const CPDF_Dictionary* const m_pRoleMap; variable