Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt108 Alert: PASS: typeof this.getPrintParams = function
109 Alert: PASS: this.getPrintParams() threw Document.getPrintParams: Operation not supported.
110 Alert: PASS: this.getPrintParams(42) threw Document.getPrintParams: Operation not supported.
Ddocument_methods.in223 expect('typeof this.getPrintParams', 'function');
226 expectError('this.getPrintParams()');
227 expectError('this.getPrintParams(42)');
/external/pdfium/fxjs/
Dcjs_document.h95 JS_STATIC_METHOD(getPrintParams, CJS_Document)
268 CJS_Result getPrintParams(CJS_Runtime* pRuntime,
Dcjs_document.cpp1317 CJS_Result CJS_Document::getPrintParams( in getPrintParams() function in CJS_Document