Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DDocument.cpp1115 CJS_Annot* pJS_Annot = in getAnnot() local
1117 Annot* pAnnot = static_cast<Annot*>(pJS_Annot->GetEmbedObject()); in getAnnot()
1119 vRet = CJS_Value(pRuntime, pJS_Annot); in getAnnot()
1153 CJS_Annot* pJS_Annot = in getAnnots() local
1155 Annot* pAnnot = static_cast<Annot*>(pJS_Annot->GetEmbedObject()); in getAnnots()
1157 annots.SetElement(pRuntime, i, CJS_Value(pRuntime, pJS_Annot)); in getAnnots()