Searched refs:getPrintParams (Results 1 – 4 of 4) sorted by relevance
108 Alert: PASS: typeof this.getPrintParams = function109 Alert: PASS: this.getPrintParams() threw Document.getPrintParams: Operation not supported.110 Alert: PASS: this.getPrintParams(42) threw Document.getPrintParams: Operation not supported.
219 expect('typeof this.getPrintParams', 'function');222 expectError('this.getPrintParams()');223 expectError('this.getPrintParams(42)');
96 JS_STATIC_METHOD(getPrintParams, CJS_Document)269 CJS_Result getPrintParams(CJS_Runtime* pRuntime,
1304 CJS_Result CJS_Document::getPrintParams( in getPrintParams() function in CJS_Document