Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlinstruction_unittest.cpp18 EXPECT_EQ(CFX_XMLNode::Type::kInstruction, node.GetType()); in TEST()
56 ASSERT_EQ(CFX_XMLNode::Type::kInstruction, clone->GetType()); in TEST()
99 ASSERT_EQ(CFX_XMLNode::Type::kInstruction, root->GetFirstChild()->GetType()); in TEST()
Dcfx_xmlparser.cpp154 node_type_stack.push(CFX_XMLNode::Type::kInstruction); in DoSyntaxParse()
209 CFX_XMLNode::Type::kInstruction) { in DoSyntaxParse()
220 if (node_type_stack.top() == CFX_XMLNode::Type::kInstruction) { in DoSyntaxParse()
240 if (node_type_stack.top() == CFX_XMLNode::Type::kInstruction) { in DoSyntaxParse()
297 current_node_->GetType() == CFX_XMLNode::Type::kInstruction) in DoSyntaxParse()
Dcfx_xmlnode.h20 kInstruction = 0, enumerator
Dcfx_xmlinstruction.h39 return pNode && pNode->GetType() == CFX_XMLNode::Type::kInstruction in ToXMLInstruction()
Dcfx_xmlinstruction.cpp21 return Type::kInstruction; in GetType()
Dcfx_xmlparser_unittest.cpp324 ASSERT_EQ(CFX_XMLNode::Type::kInstruction, root->GetFirstChild()->GetType()); in TEST_F()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp277 if (eNodeType == CFX_XMLNode::Type::kInstruction) in ConstructXFANode()
731 case CFX_XMLNode::Type::kInstruction: in NormalLoader()
760 if (eNodeType == CFX_XMLNode::Type::kInstruction) in ParseContentNode()
938 if (eNodeType == CFX_XMLNode::Type::kInstruction) in ParseDataValue()