Home
last modified time | relevance | path

Searched refs:annots (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dbug_492_1.in58 var annots = this.getAnnots();
59 for (var i = 0; i < annots.length; i++)
60 app.alert(annots[i].name);
Dbug_679643.in98 var annots = this.getAnnots();
99 annots[0].name = {
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp548 const auto& annots = m_pAnnotList->All(); in IsValidAnnot() local
549 auto it = std::find_if(annots.begin(), annots.end(), in IsValidAnnot()
553 return it != annots.end(); in IsValidAnnot()
/external/pdfium/fxjs/
Dcjs_document.cpp1048 v8::Local<v8::Array> annots = pRuntime->NewArray(); in getAnnots() local
1068 annots, i, in getAnnots()
1073 return CJS_Result::Success(annots); in getAnnots()