Home
last modified time | relevance | path

Searched refs:m_HashProfileMap (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp90 for (auto hash_it = m_HashProfileMap.begin(); in Clear()
91 hash_it != m_HashProfileMap.end(); ++hash_it) { in Clear()
93 m_HashProfileMap.erase(hash_it); in Clear()
447 auto hash_it = m_HashProfileMap.find(bsDigest); in GetIccProfile()
448 if (hash_it != m_HashProfileMap.end()) { in GetIccProfile()
456 m_HashProfileMap[bsDigest] = pIccProfileStream; in GetIccProfile()
Dcpdf_docpagedata.h76 std::map<CFX_ByteString, CPDF_Stream*> m_HashProfileMap; variable