Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt47 Alert: PASS: typeof this.importAnFDF = function
48 Alert: PASS: this.importAnFDF() = undefined
49 Alert: PASS: this.importAnFDF(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in316 testUnsupported('this.importAnFDF');
/external/pdfium/fxjs/
Dcjs_document.h181 CJS_Return importAnFDF(CJS_Runtime* pRuntime,
309 JS_STATIC_METHOD(importAnFDF, Document);
Dcjs_document.cpp288 CJS_Return Document::importAnFDF( in importAnFDF() function in Document