Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt92 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…
Ddocument_methods.in193 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/
Dcjs_document.h168 CJS_Return getPageNthWord(CJS_Runtime* pRuntime,
303 JS_STATIC_METHOD(getPageNthWord, Document);
Dcjs_document.cpp1223 CJS_Return Document::getPageNthWord( in getPageNthWord() function in Document