Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp31 FX_POSITION pos = m_Maps.GetStartPosition(); in ~CFFL_FormFiller()
36 m_Maps.GetNextAssoc(pos, pPageView, pWnd); in ~CFFL_FormFiller()
46 m_Maps.RemoveAll(); in ~CFFL_FormFiller()
438 m_Maps.Lookup(pPageView, pWnd); in GetPDFWindow()
469 m_Maps.SetAt(pPageView, pWnd); in GetPDFWindow()
480 m_Maps.Lookup(pPageView, pWnd); in DestroyPDFWindow()
491 m_Maps.RemoveKey(pPageView); in DestroyPDFWindow()
DFFL_IFormFiller.cpp31 FX_POSITION pos = m_Maps.GetStartPosition(); in ~CFFL_IFormFiller()
36 m_Maps.GetNextAssoc(pos,pAnnot,pFormFiller); in ~CFFL_IFormFiller()
39 m_Maps.RemoveAll(); in ~CFFL_IFormFiller()
652 m_Maps.Lookup(pAnnot, pFormFiller); in GetFormFiller()
690 m_Maps.SetAt(pAnnot, pFormFiller); in GetFormFiller()
709 if (m_Maps.Lookup(pAnnot,pFormFiller)) in UnRegisterFormFiller()
713 m_Maps.RemoveKey(pAnnot); in UnRegisterFormFiller()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h130 CFFL_Widget2Filler m_Maps; variable
DFFL_FormFiller.h149 CFFL_PageView2PDFWindow m_Maps; variable