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.in277 testUnsupported('this.exportAsFDF');
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h135 FX_BOOL exportAsFDF(IJS_Context* cc,
331 JS_STATIC_METHOD(exportAsFDF, Document);
DDocument.cpp104 JS_STATIC_METHOD_ENTRY(exportAsFDF) in END_JS_STATIC_CONST()
261 FX_BOOL Document::exportAsFDF(IJS_Context* cc, in exportAsFDF() function in Document