Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp1911 CFX_WideString wsFieldName = jsValue.ToCFXWideString(); in AFSimple_Calculate() local
1913 for (int j = 0, jsz = pInterForm->CountFields(wsFieldName); j < jsz; j++) { in AFSimple_Calculate()
1914 if (CPDF_FormField* pFormField = pInterForm->GetField(j, wsFieldName)) { in AFSimple_Calculate()