Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h159 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page,
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c83 CHK(FPDFPage_RemoveAnnot); in CheckPDFiumCApi()
Dfpdf_annot_embeddertest.cpp667 EXPECT_FALSE(FPDFPage_RemoveAnnot(page, 4)); in TEST_F()
668 EXPECT_FALSE(FPDFPage_RemoveAnnot(page, -1)); in TEST_F()
672 EXPECT_TRUE(FPDFPage_RemoveAnnot(page, 1)); in TEST_F()
1095 EXPECT_TRUE(FPDFPage_RemoveAnnot(page, 2)); in TEST_F()
Dfpdf_annot.cpp366 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page, in FPDFPage_RemoveAnnot() function