Searched refs:m_fxAnnotArray (Results 1 – 2 of 2) sorted by relevance
645 for (CPDFSDK_Annot* pAnnot : m_fxAnnotArray) in ~CPDFSDK_PageView()648 m_fxAnnotArray.clear(); in ~CPDFSDK_PageView()776 if (pdfium::ContainsValue(m_fxAnnotArray, focusedAnnot))796 m_fxAnnotArray.push_back(pSDKAnnot);816 m_fxAnnotArray.push_back(pSDKAnnot);839 auto it = std::find(m_fxAnnotArray.begin(), m_fxAnnotArray.end(), pAnnot);840 if (it != m_fxAnnotArray.end())841 m_fxAnnotArray.erase(it);872 return m_fxAnnotArray.size();876 return nIndex < m_fxAnnotArray.size() ? m_fxAnnotArray[nIndex] : nullptr;[all …]
633 return m_fxAnnotArray; in GetAnnotList()653 std::vector<CPDFSDK_Annot*> m_fxAnnotArray; variable