Home
last modified time | relevance | path

Searched refs:getAnnot (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt79 Alert: PASS: typeof this.getAnnot = function
80 Alert: PASS: this.getAnnot() threw error Document.getAnnot: Incorrect number of parameters passed t…
81 Alert: PASS: this.getAnnot(0) threw error Document.getAnnot: Incorrect number of parameters passed …
82 Alert: PASS: this.getAnnot(0, "test", 0) threw error Document.getAnnot: Incorrect number of paramet…
Ddocument_methods.in140 expect('typeof this.getAnnot', 'function');
143 expectError('this.getAnnot()');
144 expectError('this.getAnnot(0)');
145 expectError('this.getAnnot(0, "test", 0)');
/external/pdfium/testing/resources/pixel/
Dbug_492.in42 var annot = this.getAnnot(0, "Annot-1");
/external/pdfium/fpdfsdk/javascript/
DDocument.h167 bool getAnnot(CJS_Runtime* pRuntime,
370 JS_STATIC_METHOD(getAnnot, Document);
DDocument.cpp1079 bool Document::getAnnot(CJS_Runtime* pRuntime, in getAnnot() function in Document