Searched refs:getPageNumWords (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 95 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…
|
D | document_methods.in | 197 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/ |
D | Document.h | 195 FX_BOOL getPageNumWords(IJS_Context* cc, 346 JS_STATIC_METHOD(getPageNumWords, Document);
|
D | Document.cpp | 119 JS_STATIC_METHOD_ENTRY(getPageNumWords) in END_JS_STATIC_CONST() 1424 FX_BOOL Document::getPageNumWords(IJS_Context* cc, in getPageNumWords() function in Document
|