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.txt90 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…
Ddocument_methods.in174 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/
DDocument.h187 FX_BOOL getPageNthWord(IJS_Context* cc,
344 JS_STATIC_METHOD(getPageNthWord, Document);
DDocument.cpp117 JS_STATIC_METHOD_ENTRY(getPageNthWord) in END_JS_STATIC_CONST()
1354 FX_BOOL Document::getPageNthWord(IJS_Context* cc, in getPageNthWord() function in Document