Searched refs:eTypeID (Results 1 – 3 of 3) sorted by relevance
97 static inline TypeIDMapEntry * getEntry(INetContentType eTypeID);110 static UniString GetContentType(INetContentType eTypeID);112 static UniString GetPresentation(INetContentType eTypeID);129 inline TypeIDMapEntry * Registration::getEntry(INetContentType eTypeID) in getEntry() argument134 m_aTypeIDMap.Get(eTypeID)) : in getEntry()681 INetContentType eTypeID in RegisterContentType() local691 m_pRegistration->m_aTypeIDMap.Insert(eTypeID, pTypeIDMapEntry); in RegisterContentType()696 pTypeNameMapEntry->m_eTypeID = eTypeID; in RegisterContentType()703 pExtensionMapEntry->m_eTypeID = eTypeID; in RegisterContentType()707 return eTypeID; in RegisterContentType()[all …]
354 static UniString GetContentType(INetContentType eTypeID);356 static UniString GetPresentation(INetContentType eTypeID,
245 INetContentType eTypeID = in fill() local247 if ( eTypeID != CONTENT_TYPE_APP_OCTSTREAM ) { in fill()248 aStr = INetContentTypes::GetPresentation( eTypeID, m_aLocale ); in fill()