Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp2856 CFX_ArrayTemplate<CPDF_Object*> m_objs_array; member in CPDF_DataAvail
3141 if (!m_objs_array.GetSize()) { in CheckAcroFormSubObject()
3142 m_objs_array.RemoveAll(); in CheckAcroFormSubObject()
3146 FX_BOOL bRet = IsObjectsAvail(obj_array, FALSE, pHints, m_objs_array); in CheckAcroFormSubObject()
3148 m_objs_array.RemoveAll(); in CheckAcroFormSubObject()
3153 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); in CheckAcroFormSubObject()
3161 m_objs_array.RemoveAll(); in CheckAcroFormSubObject()
3162 m_objs_array.Append(new_objs_array); in CheckAcroFormSubObject()
4348 if (!m_objs_array.GetSize()) { in CheckPageAnnots()
4349 m_objs_array.RemoveAll(); in CheckPageAnnots()
[all …]