Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp141 FPDFAnnot_GetValueType(annot.get(), kAuthorKey)); in TEST_F()
153 FPDFAnnot_GetValueType(annot.get(), pdfium::annotation::kContents)); in TEST_F()
1129 FPDFAnnot_GetValueType(annot.get(), pdfium::annotation::kAP)); in TEST_F()
1135 EXPECT_EQ(FPDF_OBJECT_NAME, FPDFAnnot_GetValueType(annot.get(), kHashKey)); in TEST_F()
1146 EXPECT_EQ(FPDF_OBJECT_NAME, FPDFAnnot_GetValueType(annot.get(), kHashKey)); in TEST_F()
1182 FPDFAnnot_GetValueType(new_annot.get(), pdfium::annotation::kM)); in TEST_F()
1440 FPDFAnnot_GetValueType(annot.get(), kPopupKey)); in TEST_F()
1463 FPDFAnnot_GetValueType(annot.get(), pdfium::annotation::kP)); in TEST_F()
Dfpdf_view_c_api_test.c64 CHK(FPDFAnnot_GetValueType); in CheckPDFiumCApi()
Dfpdf_annot.cpp749 FPDFAnnot_GetValueType(FPDF_ANNOTATION annot, FPDF_BYTESTRING key) { in FPDFAnnot_GetValueType() function
/external/pdfium/public/
Dfpdf_annot.h386 FPDFAnnot_GetValueType(FPDF_ANNOTATION annot, FPDF_BYTESTRING key);