HomeSort by relevance Sort by last modified time
    Searched refs:m_SDKAnnotArray (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.cpp 64 for (CPDFSDK_Annot* pAnnot : m_SDKAnnotArray)
67 m_SDKAnnotArray.clear();
170 m_SDKAnnotArray.push_back(pSDKAnnot);
193 auto it = std::find(m_SDKAnnotArray.begin(), m_SDKAnnotArray.end(), pAnnot);
194 if (it != m_SDKAnnotArray.end())
195 m_SDKAnnotArray.erase(it);
223 for (CPDFSDK_Annot* pAnnot : m_SDKAnnotArray) {
235 for (CPDFSDK_Annot* pAnnot : m_SDKAnnotArray) {
443 m_SDKAnnotArray.push_back(pAnnot)
    [all...]
cpdfsdk_pageview.h 46 return m_SDKAnnotArray;
119 std::vector<CPDFSDK_Annot*> m_SDKAnnotArray;

Completed in 451 milliseconds