Searched refs:m_Maps (Results 1 – 6 of 6) sorted by relevance
38 for (const auto& it : m_Maps) { in DestroyWindows()46 m_Maps.clear(); in DestroyWindows()337 auto it = m_Maps.find(pPageView); in GetPDFWindow()338 const bool found = it != m_Maps.end(); in GetPDFWindow()354 m_Maps[pPageView] = pNewWnd; in GetPDFWindow()367 auto it = m_Maps.find(pPageView); in DestroyPDFWindow()368 if (it == m_Maps.end()) in DestroyPDFWindow()376 m_Maps.erase(it); in DestroyPDFWindow()
471 auto it = m_Maps.find(pAnnot); in GetFormFiller()472 if (it != m_Maps.end()) in GetFormFiller()510 m_Maps[pAnnot].reset(pFormFiller); in GetFormFiller()531 auto it = m_Maps.find(pAnnot); in UnRegisterFormFiller()532 if (it == m_Maps.end()) in UnRegisterFormFiller()535 m_Maps.erase(it); in UnRegisterFormFiller()
158 CFFL_PageView2PDFWindow m_Maps; variable
151 CFFL_Widget2Filler m_Maps; variable
20 for (const auto& it : m_Maps) in ~CFFL_TextField()
26 for (const auto& it : m_Maps) in ~CFFL_ComboBox()