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.
223 expect('typeof this.getPrintParams', 'function');226 expectError('this.getPrintParams()');227 expectError('this.getPrintParams(42)');
95 JS_STATIC_METHOD(getPrintParams, CJS_Document)268 CJS_Result getPrintParams(CJS_Runtime* pRuntime,
1317 CJS_Result CJS_Document::getPrintParams( in getPrintParams() function in CJS_Document