Home
last modified time | relevance | path

Searched refs:ToXMLInstruction (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlinstruction_unittest.cpp57 CFX_XMLInstruction* inst = ToXMLInstruction(clone); in TEST()
101 CFX_XMLInstruction* node = ToXMLInstruction(root->GetFirstChild()); in TEST()
140 instruction = ToXMLInstruction(elem); in TEST()
Dcfx_xmlinstruction.h38 inline CFX_XMLInstruction* ToXMLInstruction(CFX_XMLNode* pNode) { in ToXMLInstruction() function
Dcfx_xmlparser_unittest.cpp326 CFX_XMLInstruction* instruction = ToXMLInstruction(root->GetFirstChild()); in TEST_F()
Dcfx_xmlparser.cpp531 CFX_XMLInstruction* instruction = ToXMLInstruction(current_node_); in ProcessTargetData()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp732 ParseInstruction(pXFANode, ToXMLInstruction(pXMLChild), ePacketID); in NormalLoader()