Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dannot_properties.in34 var nonesuch = this.getAnnot(0, "nonesuch");
41 var annot = this.getAnnot(0, "Annot-1");
65 annot = this.getAnnot(0, "Annot-1");
72 nonesuch = this.getAnnot(0, "nonesuch");
Dannot_properties_expected.txt2 Alert: SUCCESS: Document.getAnnot: Object no longer exists.
14 Alert: SUCCESS: Document.getAnnot: Object no longer exists.
Ddocument_methods_expected.txt83 Alert: PASS: typeof this.getAnnot = function
84 Alert: PASS: this.getAnnot() threw Document.getAnnot: Incorrect number of parameters passed to func…
85 Alert: PASS: this.getAnnot(0) threw Document.getAnnot: Incorrect number of parameters passed to fun…
86 Alert: PASS: this.getAnnot(0, "test", 0) threw Document.getAnnot: Incorrect number of parameters pa…
Ddocument_methods.in123 expect('typeof this.getAnnot', 'function');
126 expectError('this.getAnnot()');
127 expectError('this.getAnnot(0)');
128 expectError('this.getAnnot(0, "test", 0)');
/external/pdfium/testing/resources/pixel/
Dbug_492.in42 var annot = this.getAnnot(0, "Annot-1");
/external/pdfium/testing/resources/
Dbug_901654_2.in66 a = this.getAnnot(0,'');
/external/pdfium/fxjs/
Dcjs_document.h83 JS_STATIC_METHOD(getAnnot, CJS_Document)
242 CJS_Result getAnnot(CJS_Runtime* pRuntime,
Dcjs_document.cpp998 CJS_Result CJS_Document::getAnnot( in getAnnot() function in CJS_Document