Home | History | Annotate | Download | only in javascript

Lines Matching defs:nIndex

464 //note: the parameter nIndex, if it is not available

470 int nIndex = params.size() > 0 ? (int)params[0] : -1;
471 if (nIndex == -1) return FALSE;
479 CPDF_FormField* pField = pPDFForm->GetField(nIndex);