HomeSort by relevance Sort by last modified time
    Searched refs:pNewInstance (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_instancemanager.cpp 87 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(true);
88 if (!pNewInstance)
91 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false);
98 pNotify->RunNodeInitialize(pNewInstance);
228 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(fFlags);
229 if (!pNewInstance)
232 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false);
236 pNotify->RunNodeInitialize(pNewInstance);
246 GetDocument()->GetScriptContext()->GetJSValueFromMap(pNewInstance);
273 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(bBind)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.h 107 void InsertItem(CXFA_Node* pNewInstance,
cxfa_node.cpp     [all...]

Completed in 2482 milliseconds