Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_text.h537 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c322 CHK(FPDFLink_CountWebLinks); in CheckPDFiumCApi()
Dfpdf_text_embeddertest.cpp531 EXPECT_EQ(2, FPDFLink_CountWebLinks(pagelink.get())); in TEST_F()
650 EXPECT_EQ(kNumLinks, FPDFLink_CountWebLinks(pagelink)); in TEST_F()
679 EXPECT_EQ(2, FPDFLink_CountWebLinks(pagelink)); in TEST_F()
Dfpdf_text.cpp500 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountWebLinks(FPDF_PAGELINK link_page) { in FPDFLink_CountWebLinks() function