Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dfield_methods_expected.txt58 Alert: PASS: this.getField('MyField').setLock() threw Field.setLock: Operation not supported.
Dfield_methods.in102 expectError("this.getField('MyField').setLock()");
/external/pdfium/fxjs/
Dcjs_field.h114 JS_STATIC_METHOD(setLock, CJS_Field)
334 CJS_Result setLock(CJS_Runtime* pRuntime,
Dcjs_field.cpp2543 CJS_Result CJS_Field::setLock(CJS_Runtime* pRuntime, in setLock() function in CJS_Field