Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp625 m_pNewEncryptDict = ToDictionary(m_pEncryptDict->Clone()); in InitID()
626 m_pEncryptDict = m_pNewEncryptDict; in InitID()
628 m_pSecurityHandler->OnCreate(m_pNewEncryptDict.Get(), m_pIDArray.Get(), in InitID()
673 m_pNewEncryptDict.Reset(); in RemoveSecurity()
Dcpdf_creator.h78 RetainPtr<CPDF_Dictionary> m_pNewEncryptDict; variable