Searched refs:m_Maps (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 31 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()
|
D | FFL_IFormFiller.cpp | 31 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/ |
D | FFL_IFormFiller.h | 130 CFFL_Widget2Filler m_Maps; variable
|
D | FFL_FormFiller.h | 149 CFFL_PageView2PDFWindow m_Maps; variable
|