Searched refs:m_Maps (Results 1 – 6 of 6) sorted by relevance
35 for (const auto& it : m_Maps) { in DestroyWindows()43 m_Maps.clear(); in DestroyWindows()345 auto it = m_Maps.find(pPageView); in GetPDFWindow()346 const bool found = it != m_Maps.end(); in GetPDFWindow()370 m_Maps[pPageView] = pWnd; in GetPDFWindow()377 auto it = m_Maps.find(pPageView); in DestroyPDFWindow()378 if (it == m_Maps.end()) in DestroyPDFWindow()387 m_Maps.erase(it); in DestroyPDFWindow()
474 auto it = m_Maps.find(pAnnot); in GetFormFiller()475 if (it != m_Maps.end()) in GetFormFiller()512 m_Maps[pAnnot].reset(pFormFiller); in GetFormFiller()522 auto it = m_Maps.find(pAnnot); in UnRegisterFormFiller()523 if (it == m_Maps.end()) in UnRegisterFormFiller()526 m_Maps.erase(it); in UnRegisterFormFiller()
165 CFFL_Widget2Filler m_Maps; variable
159 CFFL_PageView2PDFWindow m_Maps; variable
20 for (const auto& it : m_Maps) in ~CFFL_TextField()
26 for (const auto& it : m_Maps) in ~CFFL_ComboBox()