Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h481 void InsertListTextItem(CXFA_Node* pItems,
Dcxfa_node.cpp4445 InsertListTextItem(pItems, wsLabel, nIndex); in InsertItem()
4449 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
4455 InsertListTextItem(pNode, wsNewValue, nIndex); in InsertItem()
4457 InsertListTextItem(pNode, wsLabel, nIndex); in InsertItem()
4472 InsertListTextItem(pSaveItems, pListNode->JSObject()->GetContent(false), in InsertItem()
4478 InsertListTextItem(pNode, wsLabel, nIndex); in InsertItem()
4479 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
4981 void CXFA_Node::InsertListTextItem(CXFA_Node* pItems, in InsertListTextItem() function in CXFA_Node