Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h571 FPDFAnnot_GetFormFieldType(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c53 CHK(FPDFAnnot_GetFormFieldType); in CheckPDFiumCApi()
Dfpdf_annot_embeddertest.cpp2247 EXPECT_EQ(-1, FPDFAnnot_GetFormFieldType(form_handle(), nullptr)); in TEST_F()
2252 EXPECT_EQ(-1, FPDFAnnot_GetFormFieldType(nullptr, annot.get())); in TEST_F()
2255 FPDFAnnot_GetFormFieldType(form_handle(), annot.get())); in TEST_F()
2269 FPDFAnnot_GetFormFieldType(form_handle(), annot.get())); in TEST_F()
Dfpdf_annot.cpp973 FPDFAnnot_GetFormFieldType(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot) { in FPDFAnnot_GetFormFieldType() function