Searched refs:CXML_DataBufAcc (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dxml_int.h9 class CXML_DataBufAcc : public IFX_BufferRead, public CFX_Object class in inherits:IFX_BufferRead,CFX_Object
12 CXML_DataBufAcc(FX_LPCBYTE pBuffer, size_t size, IFX_Allocator* pAllocator = NULL) function in class:CXML_DataBufAcc
19 virtual ~CXML_DataBufAcc() {}
23 FX_DeleteAtAllocator(this, m_pAllocator, CXML_DataBufAcc);
H A Dfx_xml_parser.cpp18 m_pDataAcc = FX_NewAtAllocator(m_pAllocator)CXML_DataBufAcc(pBuffer, size, m_pAllocator);
20 m_pDataAcc = FX_NEW CXML_DataBufAcc(pBuffer, size, NULL);

Completed in 1663 milliseconds