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/fpdfsdk/javascript/
DDocument.h259 bool replacePages(CJS_Runtime* pRuntime,
393 JS_STATIC_METHOD(replacePages, Document);
DDocument.cpp1573 bool Document::replacePages(CJS_Runtime* pRuntime, in replacePages() function in Document