Searched refs:getAnnots (Results 1 – 7 of 7) sorted by relevance
57 try { this.getAnnots(); } catch (e) { app.alert('Caught: ' + e); }
58 var annots = this.getAnnots();
98 var annots = this.getAnnots();
139 expect('typeof this.getAnnots', 'function');
87 Alert: PASS: typeof this.getAnnots = function
83 JS_STATIC_METHOD(getAnnots, CJS_Document)243 CJS_Result getAnnots(CJS_Runtime* pRuntime,
1040 CJS_Result CJS_Document::getAnnots( in getAnnots() function in CJS_Document