Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt65 Alert: PASS: typeof this.replacePages = function
66 Alert: PASS: this.replacePages() = undefined
67 Alert: PASS: this.replacePages(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in340 testUnsupported('this.replacePages');
/external/pdfium/fxjs/
Dcjs_document.h107 JS_STATIC_METHOD(replacePages, CJS_Document)
289 CJS_Result replacePages(CJS_Runtime* pRuntime,
Dcjs_document.cpp1349 CJS_Result CJS_Document::replacePages( in replacePages() function in CJS_Document