Searched defs:CPDFSDK_AnnotHandlerMgr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp13 CPDFSDK_AnnotHandlerMgr::CPDFSDK_AnnotHandlerMgr(CPDFDoc_Environment* pApp) function in class:CPDFSDK_AnnotHandlerMgr
22 CPDFSDK_AnnotHandlerMgr::~CPDFSDK_AnnotHandlerMgr()
33 void CPDFSDK_AnnotHandlerMgr::RegisterAnnotHandler(IPDFSDK_AnnotHandler* pAnnotHandler)
43 void CPDFSDK_AnnotHandlerMgr::UnRegisterAnnotHandler(IPDFSDK_AnnotHandler* pAnnotHandler)
59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView)
72 void CPDFSDK_AnnotHandlerMgr::ReleaseAnnot(CPDFSDK_Annot* pAnnot)
89 void CPDFSDK_AnnotHandlerMgr::Annot_OnCreate(CPDFSDK_Annot* pAnnot)
107 void CPDFSDK_AnnotHandlerMgr
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h161 class CPDFSDK_AnnotHandlerMgr class
165 CPDFSDK_AnnotHandlerMgr(CPDFDoc_Environment* pApp);
166 virtual ~CPDFSDK_AnnotHandlerMgr() ;

Completed in 415 milliseconds