Searched refs:pIdArray (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.h | 31 const CPDF_Array* pIdArray, 34 const CPDF_Array* pIdArray, 38 const CPDF_Array* pIdArray, 81 const CPDF_Array* pIdArray,
|
D | cpdf_security_handler.cpp | 98 const CPDF_Array* pIdArray, in OnInit() argument 100 m_FileId = pIdArray ? pIdArray->GetStringAt(0) : ""; in OnInit() 512 const CPDF_Array* pIdArray, in OnCreateInternal() argument 577 if (pIdArray) { in OnCreateInternal() 578 fileId = pIdArray->GetStringAt(0); in OnCreateInternal() 611 const CPDF_Array* pIdArray, in OnCreate() argument 614 OnCreateInternal(pEncryptDict, pIdArray, user_password, owner_password, true); in OnCreate() 619 const CPDF_Array* pIdArray, in OnCreate() argument 621 OnCreateInternal(pEncryptDict, pIdArray, user_password, ByteString(), false); in OnCreate()
|