Searched refs:pValueNode (Results 1 – 5 of 5) sorted by relevance
49 CXFA_Value* pValueNode = in GetTextNode() local51 if (!pValueNode) in GetTextNode()54 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()73 CXFA_Value* pValueNode = in GetTextNode() local75 if (!pValueNode) in GetTextNode()78 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
102 CXFA_Node* pValueNode = pNode->GetParent(); in AttributeSaveInDataModel() local103 if (!pValueNode || pValueNode->GetElementType() != XFA_Element::Value) in AttributeSaveInDataModel()106 CXFA_Node* pFieldNode = pValueNode->GetParent(); in AttributeSaveInDataModel()
80 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument81 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in FormValueNode_CreateChild()87 pValueNode->JSObject()->GetOrCreateProperty<CXFA_Node>(0, iType); in FormValueNode_CreateChild()92 void FormValueNode_SetChildContent(CXFA_Node* pValueNode, in FormValueNode_SetChildContent() argument95 if (!pValueNode) in FormValueNode_SetChildContent()98 DCHECK_EQ(pValueNode->GetPacketType(), XFA_PacketType::Form); in FormValueNode_SetChildContent()99 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent()
1401 CXFA_Node* pValueNode = in GetContainerNode() local1405 if (!pValueNode) { in GetContainerNode()1406 pValueNode = in GetContainerNode()1412 pValueNode ? pValueNode->GetParent() : nullptr; in GetContainerNode()2205 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage() local2206 if (!pValueNode) in SendAttributeChangeMessage()2209 XFA_Element eType = pValueNode->GetElementType(); in SendAttributeChangeMessage()2212 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage()2215 pValueNode = pNode; in SendAttributeChangeMessage()2217 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode); in SendAttributeChangeMessage()[all …]
583 for (CXFA_Node* pValueNode : valueNodes) { in SetContent()584 pValueNode->JSObject()->SetAttributeValue(wsSaveTextArray[i], in SetContent()