Home
last modified time | relevance | path

Searched refs:GetAnnotHandlerMgr (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp57 m_pFormFillEnv->GetAnnotHandlerMgr(); in ~CPDFSDK_PageView()
85 m_pFormFillEnv->GetAnnotHandlerMgr()->Annot_OnDraw( in PageView_OnDraw()
92 CPDFSDK_AnnotHandlerMgr* pAnnotMgr = m_pFormFillEnv->GetAnnotHandlerMgr(); in GetFXAnnotAtPoint()
105 CPDFSDK_AnnotHandlerMgr* pAnnotMgr = m_pFormFillEnv->GetAnnotHandlerMgr(); in GetFXWidgetAtPoint()
128 CPDFSDK_AnnotHandlerMgr* pAnnotHandler = m_pFormFillEnv->GetAnnotHandlerMgr(); in AddAnnot()
154 m_pFormFillEnv->GetAnnotHandlerMgr(); in DeleteAnnot()
205 m_pFormFillEnv->GetAnnotHandlerMgr(); in GetFocusedFormText()
215 m_pFormFillEnv->GetAnnotHandlerMgr(); in GetSelectedText()
225 m_pFormFillEnv->GetAnnotHandlerMgr(); in ReplaceSelection()
233 m_pFormFillEnv->GetAnnotHandlerMgr(); in CanUndo()
[all …]
Dcpdfsdk_baannothandler_embeddertest.cpp40 pFormFillEnv->GetAnnotHandlerMgr(); in SetUpBAAnnotHandler()
Dcpdfsdk_formfillenvironment.cpp326 CPDFSDK_AnnotHandlerMgr* CPDFSDK_FormFillEnvironment::GetAnnotHandlerMgr() { in GetAnnotHandlerMgr() function in CPDFSDK_FormFillEnvironment
690 CPDFSDK_AnnotHandlerMgr* pAnnotHandler = GetAnnotHandlerMgr(); in SetFocusAnnot()
716 CPDFSDK_AnnotHandlerMgr* pAnnotHandler = GetAnnotHandlerMgr(); in KillFocusAnnot()
Dcpdfsdk_formfillenvironment.h199 CPDFSDK_AnnotHandlerMgr* GetAnnotHandlerMgr(); // Always present.