Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp215 std::vector<CPDF_Object*> new_objs_array; in CheckAcroFormSubObject() local
216 if (!AreObjectsAvailable(m_objs_array, false, pHints, new_objs_array)) { in CheckAcroFormSubObject()
217 m_objs_array = new_objs_array; in CheckAcroFormSubObject()
1389 std::vector<CPDF_Object*> new_objs_array; in CheckPageAnnots() local
1390 if (!AreObjectsAvailable(m_objs_array, false, pHints, new_objs_array)) { in CheckPageAnnots()
1391 m_objs_array = new_objs_array; in CheckPageAnnots()
1519 std::vector<CPDF_Object*> new_objs_array; in IsPageAvail() local
1520 if (!AreObjectsAvailable(m_objs_array, false, pHints, new_objs_array)) { in IsPageAvail()
1521 m_objs_array = new_objs_array; in IsPageAvail()
1569 std::vector<CPDF_Object*> new_objs_array; in CheckResources() local
[all …]