Searched refs:CFX_ObjectArray (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h575 class CFX_ObjectArray : public CFX_BasicArray class in inherits:CFX_BasicArray
579 CFX_ObjectArray(IFX_Allocator* pAllocator = NULL) : CFX_BasicArray(sizeof(ObjectClass), pAllocator) {} function in class:CFX_ObjectArray
581 ~CFX_ObjectArray()
601 FX_INT32 Append(const CFX_ObjectArray& src, FX_INT32 nStart = 0, FX_INT32 nCount = -1)
630 FX_INT32 Copy(const CFX_ObjectArray& src, FX_INT32 nStart = 0, FX_INT32 nCount = -1)
690 typedef CFX_ObjectArray<CFX_ByteString> CFX_ByteStringArray;
691 typedef CFX_ObjectArray<CFX_WideString> CFX_WideStringArray;
H A Dfx_xml.h43 CFX_ObjectArray<CXML_AttrItem>* m_pMap;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h414 CFX_ObjectArray<CPDF_ContentMarkItem> m_Marks;

Completed in 75 milliseconds