Home
last modified time | relevance | path

Searched refs:GetIDArray (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_document.cpp52 CPDF_Array* pIDArray = m_pParser->GetIDArray(); in LoadDoc()
70 CPDF_Array* pIDArray = m_pParser->GetIDArray(); in LoadAsynDoc()
Dfpdf_parser_encrypt.cpp392 m_pParser->GetIDArray()); in CheckUserPassword()
419 CPDF_Array* pIdArray = m_pParser->GetIDArray(); in CheckUserPassword()
Dfpdf_parser_parser.cpp1135 CPDF_Array* CPDF_Parser::GetIDArray() in GetIDArray() function in CPDF_Parser
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h435 CPDF_Array* GetIDArray() ;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp2028 CPDF_Array* pOldIDArray = m_pParser ? m_pParser->GetIDArray() : NULL; in InitID()