Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp38 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()
Dcffl_interactiveformfiller.cpp471 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()
Dcffl_formfiller.h158 CFFL_PageView2PDFWindow m_Maps; variable
Dcffl_interactiveformfiller.h151 CFFL_Widget2Filler 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()