Searched refs:getPageNumWords (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 104 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.
|
D | document_methods.in | 204 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/ |
D | cjs_document.h | 95 JS_STATIC_METHOD(getPageNumWords, CJS_Document) 267 CJS_Result getPageNumWords(CJS_Runtime* pRuntime,
|
D | cjs_document.cpp | 1275 CJS_Result CJS_Document::getPageNumWords( in getPageNumWords() function in CJS_Document
|