Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp205 if (m_objs_array.empty()) { in CheckAcroFormSubObject()
208 if (!AreObjectsAvailable(obj_array, false, pHints, m_objs_array)) in CheckAcroFormSubObject()
211 m_objs_array.clear(); in CheckAcroFormSubObject()
216 if (!AreObjectsAvailable(m_objs_array, false, pHints, new_objs_array)) { in CheckAcroFormSubObject()
217 m_objs_array = new_objs_array; in CheckAcroFormSubObject()
1368 if (m_objs_array.empty()) { in CheckPageAnnots()
1382 if (!AreObjectsAvailable(obj_array, false, pHints, m_objs_array)) in CheckPageAnnots()
1385 m_objs_array.clear(); in CheckPageAnnots()
1390 if (!AreObjectsAvailable(m_objs_array, false, pHints, new_objs_array)) { in CheckPageAnnots()
1391 m_objs_array = new_objs_array; in CheckPageAnnots()
[all …]
Dcpdf_data_avail.h218 std::vector<CPDF_Object*> m_objs_array; variable