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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp216 FX_POSITION pos2 = m_HashProfileMap.GetStartPosition();
220 m_HashProfileMap.GetNextAssoc(pos2, bsKey, (void*&)pFindStream);
222 m_HashProfileMap.RemoveKey(bsKey);
571 if (m_HashProfileMap.Lookup(CFX_ByteStringC(digest, 20), (void*&)pCopiedStream)) {
588 m_HashProfileMap.SetAt(CFX_ByteStringC(digest, 20), pIccProfileStream);
598 FX_POSITION pos = m_HashProfileMap.GetStartPosition();
602 m_HashProfileMap.GetNextAssoc(pos, key, (void*&)pFindStream);
604 m_HashProfileMap.RemoveKey(key);
H A Dpageint.h436 CFX_MapByteStringToPtr m_HashProfileMap; member in class:CPDF_DocPageData

Completed in 466 milliseconds