Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.h81 int32_t iArgIndex,
Dxfa_script_hostpseudomodel.cpp604 int32_t iArgIndex, in Script_HostPseudoModel_ValidateArgsForMsg() argument
606 if (pArguments == NULL || iArgIndex < 0) { in Script_HostPseudoModel_ValidateArgsForMsg()
614 FXJSE_HVALUE hValueArg = pArguments->GetValue(iArgIndex); in Script_HostPseudoModel_ValidateArgsForMsg()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp3028 int32_t iArgIndex = 1; in Choose() local
3030 while (!bFound && !bStopCounterFlags && (iArgIndex < argc)) { in Choose()
3031 FXJSE_HVALUE argIndexValue = args.GetValue(iArgIndex); in Choose()
3074 iArgIndex++; in Choose()