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.in58 var annots = this.getAnnots();
Dbug_679643.in98 var annots = this.getAnnots();
Ddocument_methods.in135 expect('typeof this.getAnnots', 'function');
Ddocument_methods_expected.txt87 Alert: PASS: typeof this.getAnnots = function
/external/pdfium/fxjs/
Dcjs_document.h84 JS_STATIC_METHOD(getAnnots, CJS_Document)
244 CJS_Result getAnnots(CJS_Runtime* pRuntime,
Dcjs_document.cpp1038 CJS_Result CJS_Document::getAnnots( in getAnnots() function in CJS_Document