Searched refs:pNewInstance (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_instancemanager.cpp | 91 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(true); in SetInstances() local 92 if (!pNewInstance) in SetInstances() 95 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in SetInstances() 102 pNotify->RunNodeInitialize(pNewInstance); in SetInstances() 238 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(fFlags); in addInstance() local 239 if (!pNewInstance) in addInstance() 242 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in addInstance() 246 pNotify->RunNodeInitialize(pNewInstance); in addInstance() 253 pNewInstance); in addInstance() 283 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(bBind); in insertInstance() local [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 122 void InsertItem(CXFA_Node* pNewInstance,
|
D | cxfa_node.cpp | 1864 void CXFA_Node::InsertItem(CXFA_Node* pNewInstance, in InsertItem() argument 1879 GetParent()->InsertChildAndNotify(pNewInstance, pNextSibling); in InsertItem() 1885 sIteratorNew(pNewInstance); in InsertItem() 1914 GetParent()->InsertChildAndNotify(pNewInstance, pBeforeInstance); in InsertItem() 1920 sIteratorNew(pNewInstance); in InsertItem()
|