Home
last modified time | relevance | path

Searched refs:getAnnots (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dbug_492_1.in57 var annots = this.getAnnots();
Dbug_679643.in97 var annots = this.getAnnots();
Ddocument_methods.in152 expect('typeof this.getAnnots', 'function');
Ddocument_methods_expected.txt83 Alert: PASS: typeof this.getAnnots = function
/external/pdfium/fpdfsdk/javascript/
DDocument.h171 bool getAnnots(CJS_Runtime* pRuntime,
371 JS_STATIC_METHOD(getAnnots, Document);
DDocument.cpp1123 bool Document::getAnnots(CJS_Runtime* pRuntime, in getAnnots() function in Document