Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dbug_1098213.in57 try { this.getAnnots(); } catch (e) { app.alert('Caught: ' + e); }
Dbug_492_1.in58 var annots = this.getAnnots();
Dbug_679643.in98 var annots = this.getAnnots();
Ddocument_methods.in139 expect('typeof this.getAnnots', 'function');
Ddocument_methods_expected.txt87 Alert: PASS: typeof this.getAnnots = function
/external/pdfium/fxjs/
Dcjs_document.h83 JS_STATIC_METHOD(getAnnots, CJS_Document)
243 CJS_Result getAnnots(CJS_Runtime* pRuntime,
Dcjs_document.cpp1040 CJS_Result CJS_Document::getAnnots( in getAnnots() function in CJS_Document