Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4425 CXFA_Node* pListNode = pNode->GetFirstChild(); in InsertItem() local
4427 while (pListNode) { in InsertItem()
4428 InsertListTextItem(pSaveItems, pListNode->JSObject()->GetContent(false), in InsertItem()
4432 pListNode = pListNode->GetNextSibling(); in InsertItem()