Searched refs:pNewInstance (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_instancemanager.cpp | 96 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/ |
D | cxfa_node.h | 150 void InsertItem(CXFA_Node* pNewInstance,
|
D | cxfa_node.cpp | 1920 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()
|