Searched refs:m_pIteratorAnnotList (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp761 m_pIteratorAnnotList.RemoveAll();
769 int nCount=this->m_pIteratorAnnotList.GetSize();
772 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot *)m_pIteratorAnnotList.GetAt(i);
785 int nCount=this->m_pIteratorAnnotList.GetSize();
788 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(i);
800 int nCount=m_pIteratorAnnotList.GetSize();
816 return (index <0) ? NULL : (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(index);
823 int nCount=m_pIteratorAnnotList.GetSize();
838 return (index <0) ? NULL : (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(index);
908 this->m_pIteratorAnnotList
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h237 virtual int Count(){return m_pIteratorAnnotList.GetSize();}
249 CFX_PtrArray m_pIteratorAnnotList; member in class:CPDFSDK_AnnotIterator

Completed in 271 milliseconds