Searched refs:bodyPartContentType_ (Results 1 – 2 of 2) sorted by relevance
56 bodyPartContentType_.DumpMmsContentType(); in DumpMmsBodyPart()93 bodyPartContentType_ = obj.bodyPartContentType_; in AssignBodyPart()122 if (!bodyPartContentType_.DecodeMmsContentType(decodeBuffer, contentLength)) { in DecodePart()306 return bodyPartContentType_.SetContentType(strContentType); in SetContentType()311 return bodyPartContentType_.GetContentType(strContentType); in GetContentType()359 if (!bodyPartContentType_.EncodeMmsBodyPartContentType(tmpEncodeBuffer)) { in EncodeMmsBodyPart()530 return bodyPartContentType_; in GetContentType()
67 MmsContentType bodyPartContentType_; variable