Home
last modified time | relevance | path

Searched refs:pNodeList (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_signaturepseudomodel.cpp58 CXFA_NodeList* pNodeList = NULL; in Script_SignaturePseudoModel_Sign() local
62 pNodeList = (CXFA_NodeList*)pArguments->GetObject(0); in Script_SignaturePseudoModel_Sign()
73 FX_BOOL bSign = pNotify->GetDocProvider()->Sign(hDoc, pNodeList, wsExpression, in Script_SignaturePseudoModel_Sign()
Dxfa_object_imp.cpp695 CXFA_ArrayNodeList* pNodeList = new CXFA_ArrayNodeList(m_pDocument); in Script_Som_ResolveNodeList() local
699 pNodeList->Append((CXFA_Node*)resoveNodeRS.nodes[i]); in Script_Som_ResolveNodeList()
709 pNodeList->Append((CXFA_Node*)objectArray[i]); in Script_Som_ResolveNodeList()
714 FXJSE_Value_SetObject(hValue, (CXFA_Object*)pNodeList, in Script_Som_ResolveNodeList()
744 CXFA_AttachNodeList* pNodeList = new CXFA_AttachNodeList(m_pDocument, this); in Script_TreeClass_Nodes() local
745 FXJSE_Value_SetObject(hValue, (CXFA_Object*)pNodeList, in Script_TreeClass_Nodes()
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_doc.h126 CXFA_NodeList* pNodeList,
/external/pdfium/xfa/include/fxfa/
Dfxfa.h425 CXFA_NodeList* pNodeList,