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.txt23 Alert: PASS: typeof this.exportAsXFDF = function
24 Alert: PASS: this.exportAsXFDF() = undefined
25 Alert: PASS: this.exportAsXFDF(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in295 testUnsupported('this.exportAsXFDF');
/external/pdfium/fpdfsdk/include/javascript/
DDocument.h131 …FX_BOOL exportAsXFDF(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideStr…
243 JS_STATIC_METHOD(exportAsXFDF, Document);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp111 JS_STATIC_METHOD_ENTRY(exportAsXFDF) in END_JS_STATIC_CONST()
312 FX_BOOL Document::exportAsXFDF(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CF… in exportAsXFDF() function in Document