Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dfield_methods_expected.txt33 Alert: PASS: this.getField('MyField').checkThisBox() threw Field.checkThisBox: Incorrect number of …
34 Alert: PASS: this.getField('MyField').checkThisBox({}) threw Field.checkThisBox: Object is of the w…
46 Alert: PASS: this.getField('MyField').checkThisBox(0, true) threw Field.checkThisBox: Object is of …
Dfield_methods.in70 expectError("this.getField('MyField').checkThisBox()");
71 expectError("this.getField('MyField').checkThisBox({})");
88 expectError("this.getField('MyField').checkThisBox(0, true)");
/external/pdfium/fxjs/
Dcjs_field.h101 JS_STATIC_METHOD(checkThisBox, CJS_Field)
308 CJS_Result checkThisBox(CJS_Runtime* pRuntime,
Dcjs_field.cpp2306 CJS_Result CJS_Field::checkThisBox( in checkThisBox() function in CJS_Field