HomeSort by relevance Sort by last modified time
    Searched defs:CPDFSDK_AnnotHandlerMgr (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/
fsdk_annothandler.h 161 class CPDFSDK_AnnotHandlerMgr
165 CPDFSDK_AnnotHandlerMgr(CPDFDoc_Environment* pApp);
166 virtual ~CPDFSDK_AnnotHandlerMgr() ;
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 13 CPDFSDK_AnnotHandlerMgr::CPDFSDK_AnnotHandlerMgr(CPDFDoc_Environment* pApp)
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::Annot_OnLoad(CPDFSDK_Annot* pAnnot)
    [all...]

Completed in 46 milliseconds