Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt104 Alert: PASS: typeof this.getPageNumWords = function
105 Alert: PASS: this.getPageNumWords(0, "clams", [1, 2]) = 2
106 Alert: PASS: this.getPageNumWords(-1) threw Document.getPageNumWords: Incorrect parameter value.
107 Alert: PASS: this.getPageNumWords(6) threw Document.getPageNumWords: Incorrect parameter value.
Ddocument_methods.in204 expect('typeof this.getPageNumWords', 'function');
207 expect('this.getPageNumWords(0, "clams", [1, 2])', 2);
210 expectError('this.getPageNumWords(-1)');
211 expectError('this.getPageNumWords(6)');
/external/pdfium/fxjs/
Dcjs_document.h95 JS_STATIC_METHOD(getPageNumWords, CJS_Document)
267 CJS_Result getPageNumWords(CJS_Runtime* pRuntime,
Dcjs_document.cpp1275 CJS_Result CJS_Document::getPageNumWords( in getPageNumWords() function in CJS_Document