Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp435 CXFA_Node* pXFAChild = m_pFactory->CreateNode( in ConstructXFANode() local
437 if (!pXFAChild) in ConstructXFANode()
442 pXFAChild->JSObject()->SetCData(XFA_Attribute::Name, wsNodeStr, false, in ConstructXFANode()
446 pXFAChild->JSObject()->SetCData(XFA_Attribute::Value, wsChildValue, in ConstructXFANode()
449 pXFANode->InsertChild(pXFAChild, nullptr); in ConstructXFANode()
450 pXFAChild->SetXMLMappingNode(pXMLChild); in ConstructXFANode()
451 pXFAChild->SetFlag(XFA_NodeFlag_Initialized, false); in ConstructXFANode()
889 CXFA_Node* pXFAChild = m_pFactory->CreateNode(ePacketID, eType); in NormalLoader() local
890 if (!pXFAChild) in NormalLoader()
893 pXFAChild->JSObject()->SetAttribute(XFA_Attribute::Name, in NormalLoader()
[all …]