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.txt98 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…
Ddocument_methods.in184 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/
Dcjs_document.h92 JS_STATIC_METHOD(getPageNthWord, CJS_Document)
261 CJS_Result getPageNthWord(CJS_Runtime* pRuntime,
Dcjs_document.cpp1224 CJS_Result CJS_Document::getPageNthWord( in getPageNthWord() function in CJS_Document