Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp3152 CFX_ArrayTemplate<CPDF_Object*> new_objs_array; in CheckAcroFormSubObject() local
3153 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); in CheckAcroFormSubObject()
3162 m_objs_array.Append(new_objs_array); in CheckAcroFormSubObject()
4367 CFX_ArrayTemplate<CPDF_Object*> new_objs_array; in CheckPageAnnots() local
4368 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); in CheckPageAnnots()
4371 m_objs_array.Append(new_objs_array); in CheckPageAnnots()
4493 CFX_ArrayTemplate<CPDF_Object*> new_objs_array; in IsPageAvail() local
4495 IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); in IsPageAvail()
4498 m_objs_array.Append(new_objs_array); in IsPageAvail()
4545 CFX_ArrayTemplate<CPDF_Object*> new_objs_array; in CheckResources() local
[all …]