Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.h317 int32_t m_iXMLPlaneSize; variable
Dfde_xml_imp.cpp1244 m_iXMLPlaneSize(-1), in CFDE_XMLSyntaxParser()
1278 m_iXMLPlaneSize = std::min(iXMLPlaneSize, iStreamLength); in Init()
1283 FX_SAFE_INT32 alloc_size_safe = m_iXMLPlaneSize; in Init()
1322 m_pStream->ReadString(m_pBuffer, m_iXMLPlaneSize, m_bEOS); in DoSyntaxParse()