Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt95 Alert: PASS: typeof this.getPageNumWords = function
96 Alert: PASS: this.getPageNumWords(0, "clams", [1, 2]) = 2
97 Alert: PASS: this.getPageNumWords(-1) threw error Document.getPageNumWords: Incorrect parameter val…
98 Alert: PASS: this.getPageNumWords(6) threw error Document.getPageNumWords: Incorrect parameter valu…
Ddocument_methods.in197 expect('typeof this.getPageNumWords', 'function');
200 expect('this.getPageNumWords(0, "clams", [1, 2])', 2);
203 expectError('this.getPageNumWords(-1)');
204 expectError('this.getPageNumWords(6)');
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h195 FX_BOOL getPageNumWords(IJS_Context* cc,
346 JS_STATIC_METHOD(getPageNumWords, Document);
DDocument.cpp119 JS_STATIC_METHOD_ENTRY(getPageNumWords) in END_JS_STATIC_CONST()
1424 FX_BOOL Document::getPageNumWords(IJS_Context* cc, in getPageNumWords() function in Document