Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdftext.cpp194 IPDF_LinkExtract* pageLink=NULL; in FPDFLink_LoadWebLinks()
195 pageLink=IPDF_LinkExtract::CreateLinkExtract(); in FPDFLink_LoadWebLinks()
202 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_CountWebLinks()
208 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_GetURL()
226 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_CountRects()
235 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_GetRect()
249 IPDF_LinkExtract* pageLink=(IPDF_LinkExtract*)link_page; in FPDFLink_CloseWebLinks()
/external/pdfium/core/include/fpdftext/
Dfpdf_text.h15 class IPDF_LinkExtract; variable
151 class IPDF_LinkExtract
155 virtual ~IPDF_LinkExtract() {} in ~IPDF_LinkExtract()
157 static IPDF_LinkExtract* CreateLinkExtract();
/external/pdfium/core/src/fpdftext/
Dtext_int.h191 class CPDF_LinkExtract: public IPDF_LinkExtract
Dfpdf_text_int.cpp101 IPDF_LinkExtract* IPDF_LinkExtract::CreateLinkExtract() in CreateLinkExtract()