Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.h39 CPDF_Annot* GetAt(size_t index) const { return m_AnnotList[index].get(); } in GetAt() function
/external/cronet/base/win/
Dvector.h162 IFACEMETHODIMP GetAt(unsigned index, AbiT* item) override { in GetAt() function
233 IFACEMETHODIMP GetAt(unsigned index, AbiT* item) override { in GetAt() function
/external/pdfium/fxjs/
Dcfx_globaldata.cpp245 CFX_GlobalData::Element* CFX_GlobalData::GetAt(int index) { in GetAt() function in CFX_GlobalData
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp92 const CPVT_WordPlace& CPWL_EditImpl::Iterator::GetAt() const { in GetAt() function in CPWL_EditImpl::Iterator