Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_field.cpp2307 int nWidget = pRuntime->ToInt32(params[0]); in checkThisBox() local
2321 if (nWidget < 0 || nWidget >= pFormField->CountControls()) in checkThisBox()
2326 pFormField->CheckControl(nWidget, bCheckit, true); in checkThisBox()
2328 pFormField->CheckControl(nWidget, bCheckit, true); in checkThisBox()
2349 int nWidget = pRuntime->ToInt32(params[0]); in defaultIsChecked() local
2355 if (nWidget < 0 || nWidget >= pFormField->CountControls()) in defaultIsChecked()