Home
last modified time | relevance | path

Searched refs:m_Maps (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp35 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()
Dcffl_interactiveformfiller.cpp474 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()
Dcffl_interactiveformfiller.h165 CFFL_Widget2Filler m_Maps; variable
Dcffl_formfiller.h159 CFFL_PageView2PDFWindow m_Maps; variable
Dcffl_textfield.cpp20 for (const auto& it : m_Maps) in ~CFFL_TextField()
Dcffl_combobox.cpp26 for (const auto& it : m_Maps) in ~CFFL_ComboBox()