Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h448 void InsertListTextItem(CXFA_Node* pItems,
Dcxfa_node.cpp4401 InsertListTextItem(pItems, wsLabel, nIndex); in InsertItem()
4405 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
4411 InsertListTextItem(pNode, wsNewValue, nIndex); in InsertItem()
4413 InsertListTextItem(pNode, wsLabel, nIndex); in InsertItem()
4428 InsertListTextItem(pSaveItems, pListNode->JSObject()->GetContent(false), in InsertItem()
4434 InsertListTextItem(pNode, wsLabel, nIndex); in InsertItem()
4435 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
4949 void CXFA_Node::InsertListTextItem(CXFA_Node* pItems, in InsertListTextItem() function in CXFA_Node