Searched refs:m_PageMap (Results 1 – 4 of 4) sorted by relevance
23 auto it = m_PageMap.find(objnum); in GetPageLinks()24 if (it != m_PageMap.end()) in GetPageLinks()28 std::vector<CPDF_Dictionary*>& page_link_list = m_PageMap[objnum]; in GetPageLinks()
33 std::map<uint32_t, std::vector<CPDF_Dictionary*>> m_PageMap; variable
54 m_PageMap.clear(); in ~CPDFSDK_FormFillEnvironment()403 return pdfium::CollectionSize<int>(m_PageMap); in GetPageViewCount()560 for (auto& it : m_PageMap) { in ClearAllFocusedAnnots()569 auto it = m_PageMap.find(pUnderlyingPage); in GetPageView()570 if (it != m_PageMap.end()) in GetPageView()578 m_PageMap[pUnderlyingPage] = std::move(pNew); in GetPageView()590 auto it = m_PageMap.find(pTempPage); in GetPageView()591 return it != m_PageMap.end() ? it->second.get() : nullptr; in GetPageView()628 auto it = m_PageMap.find(pUnderlyingPage); in RemovePageView()629 if (it == m_PageMap.end()) in RemovePageView()[all …]
213 std::map<IPDF_Page*, std::unique_ptr<CPDFSDK_PageView>> m_PageMap; variable