/external/pdfium/xfa/fxfa/parser/ |
D | xfa_document_datamerger_imp.cpp | 47 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 …]
|
D | cxfa_traversestrategy_xfanode.h | 17 static inline CXFA_Node* GetNextSibling(CXFA_Node* pTemplateNode) { in GetNextSibling() function 18 return pTemplateNode->GetNextSibling(); in GetNextSibling()
|
D | xfa_utils.cpp | 203 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()
|
D | cxfa_dataexporter.cpp | 54 pChild = pChild->GetNextSibling()) { in Export() 93 pChildNode = pChildNode->GetNextSibling()) { in Export()
|
D | cxfa_node.cpp | 71 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 …]
|
D | cxfa_nodeiteratortemplate.h | 94 return TraverseStrategy::GetNextSibling(pNode); in NextSiblingWithinSubtree() 105 pCurrent = TraverseStrategy::GetNextSibling(pCurrent); in PreviousSiblingWithinSubtree()
|
D | cxfa_layoutpagemgr.cpp | 54 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 …]
|
D | cxfa_validate.cpp | 84 pItemNode = pItemNode->GetNextSibling()) { in GetMessageText() 127 pItemNode = pItemNode->GetNextSibling()) { in SetMessageText()
|
D | cxfa_traversestrategy_layoutitem.h | 17 static CXFA_LayoutItem* GetNextSibling(CXFA_LayoutItem* pLayoutItem) { in GetNextSibling() function
|
D | cxfa_traversestrategy_xfacontainernode.h | 18 static CXFA_Node* GetNextSibling(CXFA_Node* pTemplateNode) { in GetNextSibling() function
|
D | cxfa_traversestrategy_contentlayoutitem.h | 19 static CXFA_ContentLayoutItem* GetNextSibling( in GetNextSibling() function
|
D | cxfa_traversestrategy_contentareacontainerlayoutitem.h | 26 static CXFA_ContainerLayoutItem* GetNextSibling( in GetNextSibling() function
|
D | cxfa_document.cpp | 40 pFormChild = pFormChild->GetNextSibling()) { in MergeNodeRecurse() 53 pTemplateChild; pTemplateChild = pTemplateChild->GetNextSibling()) { in MergeNodeRecurse() 75 pTemplateChild = pTemplateChild->GetNextSibling()) { in MergeNode()
|
D | cxfa_event.cpp | 63 pChild = pChild->GetNextSibling(); in GetEventType()
|
D | cxfa_fill.cpp | 85 pChild = pChild->GetNextSibling(); in GetType()
|
D | cxfa_nodelocale.cpp | 145 pChild = pChild->GetNextSibling(); in GetNodeByName()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 413 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 …]
|
D | cxfa_ffdoc.cpp | 223 pChildNode = pChildNode->GetNextSibling(); in XFA_XPDPacket_MergeRootNode() 225 CXFA_Node* pNextSibling = pChildNode->GetNextSibling(); in XFA_XPDPacket_MergeRootNode()
|
D | cxfa_textprovider.cpp | 114 pNode = pNode->GetNextSibling(); in GetTextNode()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_bookmarktree.h | 21 CPDF_Bookmark GetNextSibling(const CPDF_Bookmark& bookmark) const;
|
D | cpdf_bookmarktree.cpp | 30 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling( in GetNextSibling() function in CPDF_BookmarkTree
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 491 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()
|
D | cjx_node.cpp | 277 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/ |
D | fpdfdoc.cpp | 47 child = tree.GetNextSibling(child); in FindBookmark() 86 return tree.GetNextSibling(bookmark).GetDict(); in FPDFBookmark_GetNextSibling()
|
/external/pdfium/fxjs/ |
D | cfxjse_resolveprocessor.cpp | 238 pChild = pChild->GetNextSibling()) { in ResolveNormal() 406 child = child->GetNextSibling(); in ResolveNormal() 441 child = child->GetNextSibling(); in ResolveNormal()
|