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

  /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...]
fsdk_mgr.cpp 375 CPDFSDK_AnnotHandlerMgr* CPDFDoc_Environment::GetAnnotHandlerMgr() {
377 m_pAnnotHandlerMgr.reset(new CPDFSDK_AnnotHandlerMgr(this));
551 CPDFSDK_AnnotHandlerMgr* pAnnotHandler = m_pEnv->GetAnnotHandlerMgr();
570 CPDFSDK_AnnotHandlerMgr* pAnnotHandler = m_pEnv->GetAnnotHandlerMgr();
644 CPDFSDK_AnnotHandlerMgr* pAnnotHandlerMgr = pEnv->GetAnnotHandlerMgr();
709 CPDFSDK_AnnotHandlerMgr* pAnnotHandlerMgr = pEnv->GetAnnotHandlerMgr();
741 CPDFSDK_AnnotHandlerMgr* pAnnotMgr = pEnv->GetAnnotHandlerMgr();
755 CPDFSDK_AnnotHandlerMgr* pAnnotMgr = pEnv->GetAnnotHandlerMgr();
791 CPDFSDK_AnnotHandlerMgr* pAnnotHandler = pEnv->GetAnnotHandlerMgr();
811 CPDFSDK_AnnotHandlerMgr* pAnnotHandler = pEnv->GetAnnotHandlerMgr()
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_annothandler.h 354 class CPDFSDK_AnnotHandlerMgr {
357 explicit CPDFSDK_AnnotHandlerMgr(CPDFDoc_Environment* pApp);
358 virtual ~CPDFSDK_AnnotHandlerMgr();
fsdk_mgr.h 467 CPDFSDK_AnnotHandlerMgr* GetAnnotHandlerMgr(); // Creates if not present.
472 std::unique_ptr<CPDFSDK_AnnotHandlerMgr> m_pAnnotHandlerMgr;

Completed in 685 milliseconds