Searched refs:FPDFAnnot_GetFormFieldName (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/public/ |
D | fpdf_annot.h | 555 FPDFAnnot_GetFormFieldName(FPDF_FORMHANDLE hHandle,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 2351 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()
|
D | fpdf_view_c_api_test.c | 52 CHK(FPDFAnnot_GetFormFieldName); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 961 FPDFAnnot_GetFormFieldName(FPDF_FORMHANDLE hHandle, in FPDFAnnot_GetFormFieldName() function
|