Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp47 CXFA_Value* pValueNode = in GetTextNode() local
49 if (!pValueNode) in GetTextNode()
52 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
86 CXFA_Value* pValueNode = in GetTextNode() local
88 if (!pValueNode) in GetTextNode()
91 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp602 CXFA_Node* pValueNode = in GetContainerWidgetAcc() local
606 if (!pValueNode) { in GetContainerWidgetAcc()
607 pValueNode = in GetContainerWidgetAcc()
613 pValueNode ? pValueNode->GetParent() : nullptr; in GetContainerWidgetAcc()
1487 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage() local
1488 if (!pValueNode) in SendAttributeChangeMessage()
1491 XFA_Element eType = pValueNode->GetElementType(); in SendAttributeChangeMessage()
1494 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage()
1497 pValueNode = pNode; in SendAttributeChangeMessage()
1499 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode); in SendAttributeChangeMessage()
[all …]
Dxfa_utils.cpp119 CXFA_Node* pValueNode = pNode->GetParent(); in AttributeSaveInDataModel() local
120 if (!pValueNode || pValueNode->GetElementType() != XFA_Element::Value) in AttributeSaveInDataModel()
123 CXFA_Node* pFieldNode = pValueNode->GetParent(); in AttributeSaveInDataModel()
Dxfa_document_datamerger_imp.cpp60 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument
61 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in FormValueNode_CreateChild()
67 pValueNode->JSObject()->GetOrCreateProperty<CXFA_Node>(0, iType); in FormValueNode_CreateChild()
78 bool FormValueNode_SetChildContent(CXFA_Node* pValueNode, in FormValueNode_SetChildContent() argument
81 if (!pValueNode) in FormValueNode_SetChildContent()
84 ASSERT(pValueNode->GetPacketType() == XFA_PacketType::Form); in FormValueNode_SetChildContent()
85 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp687 for (CXFA_Node* pValueNode = pBind->GetFirstChild(); pValueNode; in SetContent() local
688 pValueNode = pValueNode->GetNextSibling()) { in SetContent()
689 pValueNode->JSObject()->SetAttributeValue( in SetContent()