Lines Matching refs:pNewInstance
87 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(true); in SetInstances() local
88 if (!pNewInstance) in SetInstances()
91 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in SetInstances()
98 pNotify->RunNodeInitialize(pNewInstance); in SetInstances()
228 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(fFlags); in addInstance() local
229 if (!pNewInstance) in addInstance()
232 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in addInstance()
236 pNotify->RunNodeInitialize(pNewInstance); in addInstance()
246 GetDocument()->GetScriptContext()->GetJSValueFromMap(pNewInstance); in addInstance()
273 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(bBind); in insertInstance() local
274 if (!pNewInstance) in insertInstance()
277 GetXFANode()->InsertItem(pNewInstance, iIndex, iCount, true); in insertInstance()
281 pNotify->RunNodeInitialize(pNewInstance); in insertInstance()
290 GetDocument()->GetScriptContext()->GetJSValueFromMap(pNewInstance); in insertInstance()