Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt26 Alert: PASS: typeof this.exportAsXFDF = function
27 Alert: PASS: this.exportAsXFDF() = undefined
28 Alert: PASS: this.exportAsXFDF(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in309 testUnsupported('this.exportAsXFDF');
/external/pdfium/fxjs/
Dcjs_document.h144 CJS_Return exportAsXFDF(CJS_Runtime* pRuntime,
291 JS_STATIC_METHOD(exportAsXFDF, Document);
Dcjs_document.cpp232 CJS_Return Document::exportAsXFDF( in exportAsXFDF() function in Document