Home
last modified time | relevance | path

Searched refs:iArgIndex (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.h55 int32_t iArgIndex,
Dcscript_hostpseudomodel.cpp507 int32_t iArgIndex, in ValidateArgsForMsg() argument
509 if (!pArguments || iArgIndex < 0) { in ValidateArgsForMsg()
517 std::unique_ptr<CFXJSE_Value> pValueArg(pArguments->GetValue(iArgIndex)); in ValidateArgsForMsg()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp2782 int32_t iArgIndex = 1; in Choose() local
2785 while (!bFound && !bStopCounterFlags && (iArgIndex < argc)) { in Choose()
2786 std::unique_ptr<CFXJSE_Value> argIndexValue = args.GetValue(iArgIndex); in Choose()
2822 iArgIndex++; in Choose()