Searched refs:pXFAChild (Results 1 – 1 of 1) sorted by relevance
435 CXFA_Node* pXFAChild = m_pFactory->CreateNode( in ConstructXFANode() local437 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() local890 if (!pXFAChild) in NormalLoader()893 pXFAChild->JSObject()->SetAttribute(XFA_Attribute::Name, in NormalLoader()[all …]