Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp42 CXFA_Value* pValueNode = in GetTextNode() local
44 if (!pValueNode) in GetTextNode()
47 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
79 CXFA_Value* pValueNode = in GetTextNode() local
81 if (!pValueNode) in GetTextNode()
84 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp103 CXFA_Node* pValueNode = pNode->GetParent(); in AttributeSaveInDataModel() local
104 if (!pValueNode || pValueNode->GetElementType() != XFA_Element::Value) in AttributeSaveInDataModel()
107 CXFA_Node* pFieldNode = pValueNode->GetParent(); in AttributeSaveInDataModel()
Dcxfa_document.cpp77 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument
78 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in FormValueNode_CreateChild()
84 pValueNode->JSObject()->GetOrCreateProperty<CXFA_Node>(0, iType); in FormValueNode_CreateChild()
89 void FormValueNode_SetChildContent(CXFA_Node* pValueNode, in FormValueNode_SetChildContent() argument
92 if (!pValueNode) in FormValueNode_SetChildContent()
95 ASSERT(pValueNode->GetPacketType() == XFA_PacketType::Form); in FormValueNode_SetChildContent()
96 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent()
Dcxfa_node.cpp1352 CXFA_Node* pValueNode = in GetContainerNode() local
1356 if (!pValueNode) { in GetContainerNode()
1357 pValueNode = in GetContainerNode()
1363 pValueNode ? pValueNode->GetParent() : nullptr; in GetContainerNode()
2153 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage() local
2154 if (!pValueNode) in SendAttributeChangeMessage()
2157 XFA_Element eType = pValueNode->GetElementType(); in SendAttributeChangeMessage()
2160 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage()
2163 pValueNode = pNode; in SendAttributeChangeMessage()
2165 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode); in SendAttributeChangeMessage()
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp590 for (CXFA_Node* pValueNode : valueNodes) { in SetContent()
591 pValueNode->JSObject()->SetAttributeValue( in SetContent()