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.in330 testUnsupported('this.exportAsText');
/external/pdfium/fxjs/
Dcjs_document.h78 JS_STATIC_METHOD(exportAsText, CJS_Document)
233 CJS_Result exportAsText(CJS_Runtime* pRuntime,
Dcjs_document.cpp224 CJS_Result CJS_Document::exportAsText( in exportAsText() function in CJS_Document