Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt56 Alert: PASS: typeof this.insertPages = function
57 Alert: PASS: this.insertPages() = undefined
58 Alert: PASS: this.insertPages(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in319 testUnsupported('this.insertPages');
/external/pdfium/fxjs/
Dcjs_document.h187 CJS_Return insertPages(CJS_Runtime* pRuntime,
312 JS_STATIC_METHOD(insertPages, Document);
Dcjs_document.cpp1424 CJS_Return Document::insertPages( in insertPages() function in Document