Home
last modified time | relevance | path

Searched refs:GetNextSibling (Results 1 – 25 of 30) sorted by relevance

12

/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp47 static CXFA_Node* GetNextSibling(CXFA_Node* pDDGroupNode) { in GetNextSibling() function in __anonde58a73a0111::CXFA_TraverseStrategy_DDGroup
203 for (; pChild; pChild = pChild->GetNextSibling()) { in CreateDataBinding()
239 for (; pChild; pChild = pChild->GetNextSibling()) { in CreateDataBinding()
252 pText = pText->GetNextSibling(); in CreateDataBinding()
530 for (CXFA_Node* pNode = pExistingNode->GetNextSibling(); pNode;) { in CloneOrMergeInstanceManager()
537 pNode = pNode->GetNextSibling(); in CloneOrMergeInstanceManager()
543 CXFA_Node* pNextNode = pNode->GetNextSibling(); in CloneOrMergeInstanceManager()
687 pNode = pNode->GetNextSibling()) { in SortRecurseRecord()
806 pTemplateChild = pTemplateChild->GetNextSibling()) { in CopyContainer_SubformSet()
844 pTemplateChild = pTemplateChild->GetNextSibling()) { in CopyContainer_SubformSet()
[all …]
Dcxfa_traversestrategy_xfanode.h17 static inline CXFA_Node* GetNextSibling(CXFA_Node* pTemplateNode) { in GetNextSibling() function
18 return pTemplateNode->GetNextSibling(); in GetNextSibling()
Dxfa_utils.cpp203 pRawValueNode = pRawValueNode->GetNextSibling(); in RegenerateFormFile_Changed()
302 pChildNode = pChildNode->GetNextSibling(); in RegenerateFormFile_Changed()
313 pChild = pChild->GetNextSibling(); in RegenerateFormFile_Changed()
383 pChildNode = pChildNode->GetNextSibling(); in RegenerateFormFile_Container()
499 pChildNode = pChildNode->GetNextSibling()) { in XFA_DataExporter_DealWithDataGroupNode()
550 pChildNode = pChildNode->GetNextSibling(); in XFA_DataExporter_RegenerateFormFile()
Dcxfa_dataexporter.cpp54 pChild = pChild->GetNextSibling()) { in Export()
93 pChildNode = pChildNode->GetNextSibling()) { in Export()
Dcxfa_node.cpp71 pNode = pNode->GetNextSibling()) { in NodesSortedByDocumentIdx()
141 pBeforeNode = pLastNode->GetNextSibling(); in ReorderDataNodes()
261 pChild = pChild->GetNextSibling()) { in Clone()
474 pChild = pChild->GetNextSibling()) { in CloneTemplateToForm()
780 for (CXFA_Node* pNode = m_pChild; pNode; pNode = pNode->GetNextSibling()) { in CountChildren()
794 for (CXFA_Node* pNode = m_pChild; pNode; pNode = pNode->GetNextSibling()) { in GetChildInternal()
976 pNode = pNode->GetNextSibling()) { in GetFirstChildByName()
986 pNode = pNode->GetNextSibling()) { in GetFirstChildByClassInternal()
995 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetNextSameNameSibling()
996 pNode = pNode->GetNextSibling()) { in GetNextSameNameSibling()
[all …]
Dcxfa_nodeiteratortemplate.h94 return TraverseStrategy::GetNextSibling(pNode); in NextSiblingWithinSubtree()
105 pCurrent = TraverseStrategy::GetNextSibling(pCurrent); in PreviousSiblingWithinSubtree()
Dcxfa_layoutpagemgr.cpp54 static CXFA_ContainerLayoutItem* GetNextSibling( in GetNextSibling() function in __anon1339d13f0111::PageSetContainerLayoutItem
319 pPageArea = pPageArea->GetNextSibling()) { in InitLayoutPage()
384 pBreakNode = pBreakNode->GetNextSibling()) { in PrepareFirstPage()
696 pContentAreaNode = pContentAreaNode->GetNextSibling()) { in FinishPaginatedPageSets()
724 pContentAreaNode = pContentAreaNode->GetNextSibling(); in FinishPaginatedPageSets()
729 pContentAreaNode = pContentAreaNode->GetNextSibling(); in FinishPaginatedPageSets()
1037 pCurNode; pCurNode = pCurNode->GetNextSibling()) { in ProcessOverflow()
1147 pStartChild ? pStartChild->GetNextSibling() : pPageSet->GetFirstChild(); in FindPageAreaFromPageSet_Ordered()
1148 for (; pCurrentNode; pCurrentNode = pCurrentNode->GetNextSibling()) { in FindPageAreaFromPageSet_Ordered()
1208 pCurrentNode = pStartChild->GetNextSibling(); in FindPageAreaFromPageSet_SimplexDuplex()
[all …]
Dcxfa_validate.cpp84 pItemNode = pItemNode->GetNextSibling()) { in GetMessageText()
127 pItemNode = pItemNode->GetNextSibling()) { in SetMessageText()
Dcxfa_traversestrategy_layoutitem.h17 static CXFA_LayoutItem* GetNextSibling(CXFA_LayoutItem* pLayoutItem) { in GetNextSibling() function
Dcxfa_traversestrategy_xfacontainernode.h18 static CXFA_Node* GetNextSibling(CXFA_Node* pTemplateNode) { in GetNextSibling() function
Dcxfa_traversestrategy_contentlayoutitem.h19 static CXFA_ContentLayoutItem* GetNextSibling( in GetNextSibling() function
Dcxfa_traversestrategy_contentareacontainerlayoutitem.h26 static CXFA_ContainerLayoutItem* GetNextSibling( in GetNextSibling() function
Dcxfa_document.cpp40 pFormChild = pFormChild->GetNextSibling()) { in MergeNodeRecurse()
53 pTemplateChild; pTemplateChild = pTemplateChild->GetNextSibling()) { in MergeNodeRecurse()
75 pTemplateChild = pTemplateChild->GetNextSibling()) { in MergeNode()
Dcxfa_event.cpp63 pChild = pChild->GetNextSibling(); in GetEventType()
Dcxfa_fill.cpp85 pChild = pChild->GetNextSibling(); in GetType()
Dcxfa_nodelocale.cpp145 pChild = pChild->GetNextSibling(); in GetNodeByName()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp413 for (; pChild; pChild = pChild->GetNextSibling()) { in CreateUIChild()
1561 pText = pText->GetNextSibling()) { in HasButtonRollover()
1575 pText = pText->GetNextSibling()) { in HasButtonDown()
1635 pText = pText->GetNextSibling(); in GetCheckState()
1657 pText = pText->GetNextSibling(); in SetCheckState()
1675 for (; pChild; pChild = pChild->GetNextSibling()) { in SetCheckState()
1691 pItemchild = pItemchild->GetNextSibling(); in SetCheckState()
1709 pNode = pNode->GetNextSibling()) { in GetSelectedMember()
1723 pNode = pNode->GetNextSibling()) { in SetSelectedMember()
1739 pNode = pNode->GetNextSibling()) { in SetSelectedMemberByValue()
[all …]
Dcxfa_ffdoc.cpp223 pChildNode = pChildNode->GetNextSibling(); in XFA_XPDPacket_MergeRootNode()
225 CXFA_Node* pNextSibling = pChildNode->GetNextSibling(); in XFA_XPDPacket_MergeRootNode()
Dcxfa_textprovider.cpp114 pNode = pNode->GetNextSibling(); in GetTextNode()
/external/pdfium/core/fpdfdoc/
Dcpdf_bookmarktree.h21 CPDF_Bookmark GetNextSibling(const CPDF_Bookmark& bookmark) const;
Dcpdf_bookmarktree.cpp30 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling( in GetNextSibling() function in CPDF_BookmarkTree
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp491 pChildDataNode = pChildDataNode->GetNextSibling()) { in SetCData()
550 pChildDataNode = pChildDataNode->GetNextSibling()) { in SetAttributeValue()
688 pValueNode = pValueNode->GetNextSibling()) { in SetContent()
907 pNode = pNode->GetNextSibling()) { in GetPropertyInternal()
931 pNode = pNode->GetNextSibling()) { in GetOrCreatePropertyInternal()
1180 pSrcChild = pSrcChild->GetNextSibling(); in MoveBufferMapData()
1181 pDstChild = pDstChild->GetNextSibling(); in MoveBufferMapData()
1260 CXFA_Node* pSibling = pHeadChild->GetNextSibling(); in Script_Attribute_String()
1268 CXFA_Node* pSibling = pHeadChild->GetNextSibling(); in Script_Attribute_String()
Dcjx_node.cpp277 CXFA_Node* pItem = pNewChild->GetNextSibling(); in loadXML()
285 CXFA_Node* pItem = pChild->GetNextSibling(); in loadXML()
305 CXFA_Node* pItem = pChild->GetNextSibling(); in loadXML()
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp47 child = tree.GetNextSibling(child); in FindBookmark()
86 return tree.GetNextSibling(bookmark).GetDict(); in FPDFBookmark_GetNextSibling()
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp238 pChild = pChild->GetNextSibling()) { in ResolveNormal()
406 child = child->GetNextSibling(); in ResolveNormal()
441 child = child->GetNextSibling(); in ResolveNormal()

12