Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp49 CXFA_Value* pValueNode = in GetTextNode() local
51 if (!pValueNode) in GetTextNode()
54 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
73 CXFA_Value* pValueNode = in GetTextNode() local
75 if (!pValueNode) in GetTextNode()
78 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp102 CXFA_Node* pValueNode = pNode->GetParent(); in AttributeSaveInDataModel() local
103 if (!pValueNode || pValueNode->GetElementType() != XFA_Element::Value) in AttributeSaveInDataModel()
106 CXFA_Node* pFieldNode = pValueNode->GetParent(); in AttributeSaveInDataModel()
Dcxfa_document.cpp80 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument
81 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() argument
95 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()
Dcxfa_node.cpp1401 CXFA_Node* pValueNode = in GetContainerNode() local
1405 if (!pValueNode) { in GetContainerNode()
1406 pValueNode = in GetContainerNode()
1412 pValueNode ? pValueNode->GetParent() : nullptr; in GetContainerNode()
2205 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage() local
2206 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 …]
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp583 for (CXFA_Node* pValueNode : valueNodes) { in SetContent()
584 pValueNode->JSObject()->SetAttributeValue(wsSaveTextArray[i], in SetContent()