Searched refs:getAnnot (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | annot_properties.in | 34 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");
|
D | annot_properties_expected.txt | 2 Alert: SUCCESS: Document.getAnnot: Object no longer exists. 14 Alert: SUCCESS: Document.getAnnot: Object no longer exists.
|
D | document_methods_expected.txt | 83 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…
|
D | document_methods.in | 123 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/ |
D | bug_492.in | 42 var annot = this.getAnnot(0, "Annot-1");
|
/external/pdfium/testing/resources/ |
D | bug_901654_2.in | 66 a = this.getAnnot(0,'');
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 83 JS_STATIC_METHOD(getAnnot, CJS_Document) 242 CJS_Result getAnnot(CJS_Runtime* pRuntime,
|
D | cjs_document.cpp | 998 CJS_Result CJS_Document::getAnnot( in getAnnot() function in CJS_Document
|