Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp225 CXFA_Node* pNextSibling = pChildNode->GetNextSibling(); in XFA_XPDPacket_MergeRootNode() local
228 pChildNode = pNextSibling; in XFA_XPDPacket_MergeRootNode()
229 pNextSibling = nullptr; in XFA_XPDPacket_MergeRootNode()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1206 CXFA_Node* pNextSibling = in InsertItem() local
1208 GetParent()->InsertChild(pNewInstance, pNextSibling); in InsertItem()
1225 sIteratorAfter(pNextSibling); in InsertItem()