Searched refs:pNodeList (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_signaturepseudomodel.cpp | 58 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()
|
D | xfa_object_imp.cpp | 695 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/ |
D | fpdfxfa_doc.h | 126 CXFA_NodeList* pNodeList,
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa.h | 425 CXFA_NodeList* pNodeList,
|