Searched refs:new_objs_array (Results 1 – 1 of 1) sorted by relevance
215 std::vector<CPDF_Object*> new_objs_array; in CheckAcroFormSubObject() local216 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() local1390 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() local1520 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 …]