Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_instancemanager.cpp96 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(true); in SetInstances() local
97 if (!pNewInstance) in SetInstances()
100 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in SetInstances()
107 pNotify->RunNodeInitialize(pNewInstance); in SetInstances()
240 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(fFlags); in addInstance() local
241 if (!pNewInstance) in addInstance()
244 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in addInstance()
248 pNotify->RunNodeInitialize(pNewInstance); in addInstance()
254 pNewInstance)); in addInstance()
281 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(bBind); in insertInstance() local
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h150 void InsertItem(CXFA_Node* pNewInstance,
Dcxfa_node.cpp1920 void CXFA_Node::InsertItem(CXFA_Node* pNewInstance, in InsertItem() argument
1935 GetParent()->InsertChildAndNotify(pNewInstance, pNextSibling); in InsertItem()
1940 sIteratorNew(pNewInstance); in InsertItem()
1966 GetParent()->InsertChildAndNotify(pNewInstance, pBeforeInstance); in InsertItem()
1971 sIteratorNew(pNewInstance); in InsertItem()