Home | History | Annotate | Download | only in fxjs

Lines Matching refs:nIndex

276   int nIndex = pRuntime->ToInt32(params[0]);
277 if (nIndex < 0)
282 CPDF_FormField* pField = pPDFForm->GetField(nIndex, WideString());