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.txt81 Alert: PASS: typeof this.getNthFieldName = function
82 Alert: PASS: this.getNthFieldName() threw error Document.getNthFieldName: Incorrect number of param…
83 Alert: PASS: this.getNthFieldName(-1) threw error Document.getNthFieldName: Incorrect parameter val…
Ddocument_methods.in168 expect('typeof this.getNthFieldName', 'function');
171 expectError('this.getNthFieldName()');
174 expectError('this.getNthFieldName(-1)');
/external/pdfium/fpdfsdk/include/javascript/
DDocument.h140 …FX_BOOL getNthFieldName(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_Wide…
252 JS_STATIC_METHOD(getNthFieldName, Document);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp120 JS_STATIC_METHOD_ENTRY(getNthFieldName) in END_JS_STATIC_CONST()
353 FX_BOOL Document::getNthFieldName(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet,… in getNthFieldName() function in Document