Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h245 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index);
/external/pdfium/fpdfsdk/
Dfpdfview_c_api_test.c53 CHK(FPDFAnnot_RemoveObject); in CheckPDFiumCApi()
Dfpdfannot.cpp442 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_RemoveObject() function
Dfpdfannot_embeddertest.cpp552 EXPECT_TRUE(FPDFAnnot_RemoveObject(annot, 1)); in TEST_F()