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 354 class CPDFSDK_AnnotHandlerMgr {
357 explicit CPDFSDK_AnnotHandlerMgr(CPDFDoc_Environment* pApp);
358 virtual ~CPDFSDK_AnnotHandlerMgr();
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 19 CPDFSDK_AnnotHandlerMgr::CPDFSDK_AnnotHandlerMgr(CPDFDoc_Environment* pApp) {
32 CPDFSDK_AnnotHandlerMgr::~CPDFSDK_AnnotHandlerMgr() {
41 void CPDFSDK_AnnotHandlerMgr::RegisterAnnotHandler(
49 void CPDFSDK_AnnotHandlerMgr::UnRegisterAnnotHandler(
60 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot* pAnnot,
73 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(IXFA_Widget* pAnnot,
87 void CPDFSDK_AnnotHandlerMgr::ReleaseAnnot(CPDFSDK_Annot* pAnnot) {
98 void CPDFSDK_AnnotHandlerMgr::Annot_OnCreate(CPDFSDK_Annot* pAnnot)
    [all...]

Completed in 180 milliseconds