Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffdoc.cpp229 CXFA_Node* pNextSibling = in XFA_XPDPacket_MergeRootNode() local
233 pChildNode = pNextSibling; in XFA_XPDPacket_MergeRootNode()
234 pNextSibling = nullptr; in XFA_XPDPacket_MergeRootNode()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp230 CXFA_Node* pNextSibling = in InsertItem() local
236 ->InsertChild(pNewInstance, pNextSibling); in InsertItem()
253 sIteratorAfter(pNextSibling); in InsertItem()