Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt20 Alert: PASS: typeof this.exportAsFDF = function
21 Alert: PASS: this.exportAsFDF() = undefined
22 Alert: PASS: this.exportAsFDF(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in329 testUnsupported('this.exportAsFDF');
/external/pdfium/fxjs/
Dcjs_document.h79 JS_STATIC_METHOD(exportAsFDF, CJS_Document)
235 CJS_Result exportAsFDF(CJS_Runtime* pRuntime,
Dcjs_document.cpp231 CJS_Result CJS_Document::exportAsFDF( in exportAsFDF() function in CJS_Document