HomeSort by relevance Sort by last modified time
    Searched refs:FPDFLink_CountWebLinks (Results 1 - 4 of 4) sorted by null

  /external/pdfium/public/
fpdf_text.h 340 // Function: FPDFLink_CountWebLinks
347 DLLEXPORT int STDCALL FPDFLink_CountWebLinks(FPDF_PAGELINK link_page);
  /external/pdfium/fpdfsdk/src/
fpdfview_c_api_test.c 180 CHK(FPDFLink_CountWebLinks);
fpdftext.cpp 241 DLLEXPORT int STDCALL FPDFLink_CountWebLinks(FPDF_PAGELINK link_page) {
fpdftext_embeddertest.cpp 276 EXPECT_EQ(2, FPDFLink_CountWebLinks(pagelink));

Completed in 264 milliseconds