Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h555 FPDFAnnot_GetFormFieldName(FPDF_FORMHANDLE hHandle,
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp2351 FPDFAnnot_GetFormFieldName(form_handle(), nullptr, nullptr, 0)); in TEST_F()
2356 EXPECT_EQ(0u, FPDFAnnot_GetFormFieldName(nullptr, annot.get(), nullptr, 0)); in TEST_F()
2359 FPDFAnnot_GetFormFieldName(form_handle(), annot.get(), nullptr, 0); in TEST_F()
2362 EXPECT_EQ(18u, FPDFAnnot_GetFormFieldName(form_handle(), annot.get(), in TEST_F()
2379 FPDFAnnot_GetFormFieldName(form_handle(), annot.get(), nullptr, 0); in TEST_F()
2382 EXPECT_EQ(30u, FPDFAnnot_GetFormFieldName(form_handle(), annot.get(), in TEST_F()
Dfpdf_view_c_api_test.c52 CHK(FPDFAnnot_GetFormFieldName); in CheckPDFiumCApi()
Dfpdf_annot.cpp961 FPDFAnnot_GetFormFieldName(FPDF_FORMHANDLE hHandle, in FPDFAnnot_GetFormFieldName() function