Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt50 Alert: PASS: typeof this.importAnXFDF = function
51 Alert: PASS: this.importAnXFDF() = undefined
52 Alert: PASS: this.importAnXFDF(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in317 testUnsupported('this.importAnXFDF');
/external/pdfium/fpdfsdk/javascript/
DDocument.h235 bool importAnXFDF(CJS_Runtime* pRuntime,
387 JS_STATIC_METHOD(importAnXFDF, Document);
DDocument.cpp350 bool Document::importAnXFDF(CJS_Runtime* pRuntime, in importAnXFDF() function in Document