HomeSort by relevance Sort by last modified time
    Searched refs:pIDArray (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 52 CPDF_Array* pIDArray = m_pParser->GetIDArray();
53 if (pIDArray) {
54 m_ID1 = pIDArray->GetString(0);
55 m_ID2 = pIDArray->GetString(1);
70 CPDF_Array* pIDArray = m_pParser->GetIDArray();
71 if (pIDArray) {
72 m_ID1 = pIDArray->GetString(0);
73 m_ID2 = pIDArray->GetString(1);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 181 CPDF_Array* pIDArray,
224 if (pIDArray) {
229 if (PDF_CreatorAppendObject(pIDArray, pFile, offset) < 0) {
257 if (pIDArray) {
262 if (PDF_CreatorAppendObject(pIDArray, pFile, offset) < 0) {
    [all...]

Completed in 111 milliseconds