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

  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 645 for (CPDFSDK_Annot* pAnnot : m_fxAnnotArray)
648 m_fxAnnotArray.clear();
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()
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 633 return m_fxAnnotArray;
653 std::vector<CPDFSDK_Annot*> m_fxAnnotArray;

Completed in 35 milliseconds