Searched refs:pChildNode (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textprovider.cpp | 47 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode() local 48 if (pChildNode && pChildNode->GetElementType() == XFA_Element::ExData) { in GetTextNode() 49 Optional<WideString> contentType = pChildNode->JSObject()->TryAttribute( in GetTextNode() 56 return pChildNode; in GetTextNode() 84 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode() local 85 if (pChildNode && pChildNode->GetElementType() == XFA_Element::ExData) { in GetTextNode() 86 Optional<WideString> contentType = pChildNode->JSObject()->TryAttribute( in GetTextNode() 93 return pChildNode; in GetTextNode()
|
D | cxfa_ffwidget.cpp | 640 CXFA_Node* pChildNode = pWidget->GetNode(); in IsAncestorOf() local 641 while (pChildNode) { in IsAncestorOf() 642 if (pChildNode == m_pNode) in IsAncestorOf() 645 pChildNode = pChildNode->GetParent(); in IsAncestorOf()
|
D | cxfa_textlayout.cpp | 830 for (CFX_XMLNode* pChildNode = pXMLNode->GetFirstChild(); pChildNode; in LoadRichText() local 831 pChildNode = pChildNode->GetNextSibling()) { in LoadRichText() 835 if (!LoadRichText(pChildNode, textWidth, pLinePos, in LoadRichText()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_utils.cpp | 263 CXFA_Node* pChildNode = pNode->GetFirstChild(); in RegenerateFormFile_Changed() local 264 while (pChildNode) { in RegenerateFormFile_Changed() 265 RegenerateFormFile_Changed(pChildNode, newBuf, bSaveXML); in RegenerateFormFile_Changed() 268 pChildNode = pChildNode->GetNextSibling(); in RegenerateFormFile_Changed() 344 CXFA_Node* pChildNode = pNode->GetFirstChild(); in RegenerateFormFile_Container() local 345 if (!pChildNode) { in RegenerateFormFile_Container() 351 while (pChildNode) { in RegenerateFormFile_Container() 352 RegenerateFormFile_Container(pChildNode, pStream, bSaveXML); in RegenerateFormFile_Container() 353 pChildNode = pChildNode->GetNextSibling(); in RegenerateFormFile_Container() 454 for (CXFA_Node* pChildNode = pDataNode->GetFirstChild(); pChildNode; in XFA_DataExporter_DealWithDataGroupNode() local [all …]
|
D | cxfa_dataexporter.cpp | 68 for (CXFA_Node* pChildNode = pDataNode->GetFirstChild(); pChildNode; in Export() local 69 pChildNode = pChildNode->GetNextSibling()) { in Export() 70 if (pChildNode != pNode) { in Export()
|
D | cxfa_document.cpp | 78 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in FormValueNode_CreateChild() local 79 if (!pChildNode) { in FormValueNode_CreateChild() 83 pChildNode = in FormValueNode_CreateChild() 86 return pChildNode; in FormValueNode_CreateChild() 96 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent() local 97 if (!pChildNode) in FormValueNode_SetChildContent() 100 switch (pChildNode->GetObjectType()) { in FormValueNode_SetChildContent() 102 CXFA_Node* pContentRawDataNode = pChildNode->GetFirstChild(); in FormValueNode_SetChildContent() 105 if (pChildNode->GetElementType() == XFA_Element::ExData) { in FormValueNode_SetChildContent() 107 pChildNode->JSObject()->TryAttribute(XFA_Attribute::ContentType, in FormValueNode_SetChildContent() [all …]
|
D | cxfa_node.cpp | 4380 while (CXFA_Node* pChildNode = pBind->GetFirstChild()) in ClearAllSelections() local 4381 pBind->RemoveChildAndNotify(pChildNode, true); in ClearAllSelections()
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlElement.cpp | 235 xmlNodePtr pChildNode = xmlNewChild(_pXmlElement, nullptr, BAD_CAST strType.c_str(), nullptr); in createChild() local 237 childElement.setXmlElement(pChildNode); in createChild()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.cpp | 1751 for (CXFA_Node* pChildNode = pParentNode->GetFirstChild(); pChildNode; in MergePageSetContents() local 1752 pChildNode = pChildNode->GetNextSibling()) { in MergePageSetContents() 1753 if (pChildNode->GetTemplateNodeIfExists() != in MergePageSetContents() 1757 pViewItem->SetFormNode(pChildNode); in MergePageSetContents() 1792 CXFA_Node* pChildNode = iteChild.MoveToNext(); in MergePageSetContents() local 1793 for (; pChildNode; pChildNode = iteChild.MoveToNext()) { in MergePageSetContents() 1795 pChildNode->JSObject()->GetLayoutItem()); in MergePageSetContents()
|