Searched defs:isSmil (Results 1 – 5 of 5) sorted by relevance
31 bool MmsAttachment::SetAttachmentFilePath(std::string strPath, bool isSmil) in SetAttachmentFilePath()
50 std::string isSmil = isSmilFile_ ? "ture" : "false"; in DumpMmsBodyPart() local297 void MmsBodyPart::SetSmilFile(bool isSmil) in SetSmilFile()
319 bool isSmil = (smilFileName == contentId) ? true : false; in GetAllAttachment() local
62 bool isSmil = false; member
180 …ment(MmsMsg &msg, std::string pathName, std::string contentId, std::string contenType, bool isSmil) in MmsAddAttachment()