Searched refs:getPageNthWord (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 90 Alert: PASS: typeof this.getPageNthWord = function 91 Alert: PASS: this.getPageNthWord(0, 0, true, "clams", [1, 2]) = Hello, 92 Alert: PASS: this.getPageNthWord(-1, 0, true) threw error Document.getPageNthWord: Incorrect parame… 93 Alert: PASS: this.getPageNthWord(6, 0, true) threw error Document.getPageNthWord: Incorrect paramet…
|
D | document_methods.in | 174 expect('typeof this.getPageNthWord', 'function'); 177 expect('this.getPageNthWord(0, 0, true, "clams", [1, 2])', 'Hello,'); 180 expectError('this.getPageNthWord(-1, 0, true)'); 181 expectError('this.getPageNthWord(6, 0, true)');
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.h | 187 FX_BOOL getPageNthWord(IJS_Context* cc, 344 JS_STATIC_METHOD(getPageNthWord, Document);
|
D | Document.cpp | 117 JS_STATIC_METHOD_ENTRY(getPageNthWord) in END_JS_STATIC_CONST() 1354 FX_BOOL Document::getPageNthWord(IJS_Context* cc, in getPageNthWord() function in Document
|