HomeSort by relevance Sort by last modified time
    Searched refs:CFX_ObjectMassArrayTemplate (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 24 class CFX_ObjectMassArrayTemplate;
285 class CFX_ObjectMassArrayTemplate : public CFX_BaseMassArray {
287 CFX_ObjectMassArrayTemplate(int32_t iChunkSize = 100)
289 ~CFX_ObjectMassArrayTemplate() { RemoveAll(FALSE); }
303 int32_t Append(const CFX_ObjectMassArrayTemplate& src,
323 int32_t Copy(const CFX_ObjectMassArrayTemplate& src,
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.h 34 typedef CFX_ObjectMassArrayTemplate<CFDE_TTOLine> CFDE_TTOLineArray;

Completed in 54 milliseconds