Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DDocument.h219 bool getPrintParams(CJS_Runtime* pRuntime,
383 JS_STATIC_METHOD(getPrintParams, Document);
DDocument.cpp1440 bool Document::getPrintParams(CJS_Runtime* pRuntime, in getPrintParams() function in Document
/external/pdfium/testing/resources/javascript/
Ddocument_methods.in231 expect('typeof this.getPrintParams', 'function');
Ddocument_methods_expected.txt101 Alert: PASS: typeof this.getPrintParams = function