Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h237 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c70 CHK(FPDFAnnot_RemoveObject); in CheckPDFiumCApi()
Dfpdf_annot.cpp514 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_RemoveObject() function
Dfpdf_annot_embeddertest.cpp793 EXPECT_TRUE(FPDFAnnot_RemoveObject(annot.get(), 1)); in TEST_F()