Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_text.h378 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page);
/external/pdfium/fpdfsdk/
Dfpdftext_embeddertest.cpp323 EXPECT_EQ(2, FPDFLink_CountWebLinks(pagelink)); in TEST_F()
438 EXPECT_EQ(kNumLinks, FPDFLink_CountWebLinks(pagelink)); in TEST_F()
469 EXPECT_EQ(2, FPDFLink_CountWebLinks(pagelink)); in TEST_F()
Dfpdfview_c_api_test.c294 CHK(FPDFLink_CountWebLinks); in CheckPDFiumCApi()
Dfpdftext.cpp330 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page) { in FPDFLink_CountWebLinks() function