Home
last modified time | relevance | path

Searched refs:pBind (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp551 CXFA_Node* pBind = GetXFANode()->GetBindData(); in SetContent() local
552 if (bSyncData && pBind) { in SetContent()
556 pBind->GetNodeListForType(XFA_Element::DataValue); in SetContent()
568 pBind->CreateSamePacketNode(XFA_Element::DataValue); in SetContent()
572 pBind->InsertChildAndNotify(pValueNodes, nullptr); in SetContent()
577 pBind->RemoveChildAndNotify(valueNodes[i], true); in SetContent()
579 valueNodes = pBind->GetNodeListForType(XFA_Element::DataValue); in SetContent()
588 for (auto* pArrayNode : pBind->GetBindItemsCopy()) { in SetContent()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3143 CXFA_Node* pBind = GetBindData(); in SetImageEdit() local
3144 if (!pBind) { in SetImageEdit()
3149 pBind->JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType); in SetImageEdit()
3150 CXFA_Node* pHrefNode = pBind->GetFirstChild(); in SetImageEdit()
3155 CFX_XMLElement* pElement = ToXMLElement(pBind->GetXMLMappingNode()); in SetImageEdit()
4418 CXFA_Node* pBind = GetBindData(); in ClearAllSelections() local
4419 if (!pBind || !IsChoiceListMultiSelect()) { in ClearAllSelections()
4424 while (CXFA_Node* pChildNode = pBind->GetFirstChild()) in ClearAllSelections()
4425 pBind->RemoveChildAndNotify(pChildNode, true); in ClearAllSelections()