Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdftext.cpp211 IPDF_LinkExtract* pageLink=NULL; in FPDFLink_LoadWebLinks()
214 pageLink=IPDF_LinkExtract::CreateLinkExtract(); in FPDFLink_LoadWebLinks()
228 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_CountWebLinks()
234 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_GetURL()
252 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_CountRects()
261 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_GetRect()
274 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_CloseWebLinks()
/external/pdfium/core/include/fpdftext/
Dfpdf_text.h32 class IPDF_LinkExtract; variable
154 class IPDF_LinkExtract : public CFX_Object
158 virtual ~IPDF_LinkExtract() {} in ~IPDF_LinkExtract()
160 static IPDF_LinkExtract* CreateLinkExtract();
/external/pdfium/core/src/fpdftext/
Dtext_int.h185 class CPDF_LinkExtract: public IPDF_LinkExtract
Dfpdf_text_int.cpp58 IPDF_LinkExtract* IPDF_LinkExtract::CreateLinkExtract() in CreateLinkExtract()