Searched refs:FPDFAnnot_GetFormFieldType (Results 1 – 4 of 4) sorted by relevance
571 FPDFAnnot_GetFormFieldType(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot);
53 CHK(FPDFAnnot_GetFormFieldType); in CheckPDFiumCApi()
2247 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()
973 FPDFAnnot_GetFormFieldType(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot) { in FPDFAnnot_GetFormFieldType() function