Searched refs:getPageNthWord (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 92 Alert: PASS: typeof this.getPageNthWord = function 93 Alert: PASS: this.getPageNthWord(0, 0, true, "clams", [1, 2]) = Hello, 94 Alert: PASS: this.getPageNthWord(-1, 0, true) threw error Document.getPageNthWord: Incorrect parame… 95 Alert: PASS: this.getPageNthWord(6, 0, true) threw error Document.getPageNthWord: Incorrect paramet…
|
D | document_methods.in | 193 expect('typeof this.getPageNthWord', 'function'); 196 expect('this.getPageNthWord(0, 0, true, "clams", [1, 2])', 'Hello,'); 199 expectError('this.getPageNthWord(-1, 0, true)'); 200 expectError('this.getPageNthWord(6, 0, true)');
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 168 CJS_Return getPageNthWord(CJS_Runtime* pRuntime, 303 JS_STATIC_METHOD(getPageNthWord, Document);
|
D | cjs_document.cpp | 1223 CJS_Return Document::getPageNthWord( in getPageNthWord() function in Document
|