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.txt62 Alert: PASS: typeof this.replacePages = function
63 Alert: PASS: this.replacePages() = undefined
64 Alert: PASS: this.replacePages(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in321 testUnsupported('this.replacePages');
/external/pdfium/fxjs/
Dcjs_document.h195 CJS_Return replacePages(CJS_Runtime* pRuntime,
316 JS_STATIC_METHOD(replacePages, Document);
Dcjs_document.cpp1431 CJS_Return Document::replacePages( in replacePages() function in Document