Searched refs:getPageNthWord (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 98 Alert: PASS: typeof this.getPageNthWord = function 99 Alert: PASS: this.getPageNthWord(0, 0, true, "clams", [1, 2]) = Hello, 100 Alert: PASS: this.getPageNthWord(-1, 0, true) threw Document.getPageNthWord: Incorrect parameter va… 101 Alert: PASS: this.getPageNthWord(6, 0, true) threw Document.getPageNthWord: Incorrect parameter val…
|
D | document_methods.in | 184 expect('typeof this.getPageNthWord', 'function'); 187 expect('this.getPageNthWord(0, 0, true, "clams", [1, 2])', 'Hello,'); 190 expectError('this.getPageNthWord(-1, 0, true)'); 191 expectError('this.getPageNthWord(6, 0, true)');
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 92 JS_STATIC_METHOD(getPageNthWord, CJS_Document) 261 CJS_Result getPageNthWord(CJS_Runtime* pRuntime,
|
D | cjs_document.cpp | 1224 CJS_Result CJS_Document::getPageNthWord( in getPageNthWord() function in CJS_Document
|