Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt87 Alert: PASS: typeof this.getNthFieldName = function
88 Alert: PASS: this.getNthFieldName() threw error Document.getNthFieldName: Incorrect number of param…
89 Alert: PASS: this.getNthFieldName(-1) threw error Document.getNthFieldName: Incorrect parameter val…
Ddocument_methods.in161 expect('typeof this.getNthFieldName', 'function');
164 expectError('this.getNthFieldName()');
167 expectError('this.getNthFieldName(-1)');
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h175 FX_BOOL getNthFieldName(IJS_Context* cc,
341 JS_STATIC_METHOD(getNthFieldName, Document);
DDocument.cpp114 JS_STATIC_METHOD_ENTRY(getNthFieldName) in END_JS_STATIC_CONST()
315 FX_BOOL Document::getNthFieldName(IJS_Context* cc, in getNthFieldName() function in Document