Home
last modified time | relevance | path

Searched refs:Annot_GetText (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_annothandlermgr.h48 WideString Annot_GetText(CPDFSDK_Annot* pAnnot);
Dcpdfsdk_annothandlermgr.cpp82 WideString CPDFSDK_AnnotHandlerMgr::Annot_GetText(CPDFSDK_Annot* pAnnot) { in Annot_GetText() function in CPDFSDK_AnnotHandlerMgr
Dcpdfsdk_pageview.cpp206 return pAnnotHandlerMgr->Annot_GetText(pAnnot); in GetFocusedFormText()