Home
last modified time | relevance | path

Searched defs:GetAt (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.h45 CPDF_Annot* GetAt(size_t index) const { return m_AnnotList[index].get(); } in GetAt() function
/external/pdfium/fxjs/
Dcjs_globalvariablearray.cpp66 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const { in GetAt() function in CJS_GlobalVariableArray
Dcjs_globaldata.cpp215 CJS_GlobalData_Element* CJS_GlobalData::GetAt(int index) const { in GetAt() function in CJS_GlobalData
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp113 const CPVT_WordPlace& CPWL_EditImpl_Iterator::GetAt() const { in GetAt() function in CPWL_EditImpl_Iterator