Home
last modified time | relevance | path

Searched refs:FX_XMLNODE_Instruction (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp46 if (m_pChild->GetType() != FX_XMLNODE_Instruction) { in DoParser()
144 if (m_pChild->GetType() != FX_XMLNODE_Instruction) { in DoParser()
Dcfx_xmlsyntaxparser.cpp190 m_CurNode.eNodeType = FX_XMLNODE_Instruction; in DoSyntaxParse()
248 } else if (m_CurNode.eNodeType == FX_XMLNODE_Instruction) { in DoSyntaxParse()
260 if (m_CurNode.eNodeType == FX_XMLNODE_Instruction) { in DoSyntaxParse()
292 if (m_CurNode.eNodeType == FX_XMLNODE_Instruction) { in DoSyntaxParse()
Dcfx_xmlinstruction.cpp21 return FX_XMLNODE_Instruction; in GetType()
Dcfx_xmlnode.h17 FX_XMLNODE_Instruction, enumerator
Dcfx_xmldoc.cpp55 case FX_XMLNODE_Instruction: { in SaveXMLNode()
Dcfx_xmlnode.cpp334 case FX_XMLNODE_Instruction: { in SaveXMLNode()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp431 if (eNodeType == FX_XMLNODE_Instruction) in ConstructXFANode()
938 case FX_XMLNODE_Instruction: in NormalLoader()
969 if (eNodeType == FX_XMLNODE_Instruction) in ParseContentNode()
1156 if (eNodeType == FX_XMLNODE_Instruction) in ParseDataValue()