Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt23 Alert: PASS: typeof this.exportAsText = function
24 Alert: PASS: this.exportAsText() = undefined
25 Alert: PASS: this.exportAsText(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in308 testUnsupported('this.exportAsText');
/external/pdfium/fpdfsdk/javascript/
DDocument.h151 bool exportAsText(CJS_Runtime* pRuntime,
366 JS_STATIC_METHOD(exportAsText, Document);
DDocument.cpp252 bool Document::exportAsText(CJS_Runtime* pRuntime, in exportAsText() function in Document