Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp2116 CXFA_Node* pListNode = pNode->GetFirstChild(); in InsertItem() local
2118 while (pListNode) { in InsertItem()
2119 InsertListTextItem(pSaveItems, pListNode->JSObject()->GetContent(false), in InsertItem()
2123 pListNode = pListNode->GetNextSibling(); in InsertItem()