Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp20 m_dwCurrentCheckStatus(0), in CFX_XMLParser()
76 if (m_dwCurrentCheckStatus != 0 && m_NodeStack.size() == 2) { in DoParser()
77 m_nSize[m_dwCurrentCheckStatus - 1] = in DoParser()
79 m_nStart[m_dwCurrentCheckStatus - 1]; in DoParser()
80 m_dwCurrentCheckStatus = 0; in DoParser()
108 m_dwCurrentCheckStatus = 0x01; in DoParser()
113 m_dwCurrentCheckStatus = 0x02; in DoParser()
Dcfx_xmlparser.h33 uint16_t m_dwCurrentCheckStatus; variable