Searched refs:FPDFAnnot_GetOptionCount (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 1809 EXPECT_EQ(3, FPDFAnnot_GetOptionCount(form_handle(), annot.get())); in TEST_F() 1814 EXPECT_EQ(26, FPDFAnnot_GetOptionCount(form_handle(), annot.get())); in TEST_F() 1817 EXPECT_EQ(-1, FPDFAnnot_GetOptionCount(nullptr, nullptr)); in TEST_F() 1818 EXPECT_EQ(-1, FPDFAnnot_GetOptionCount(form_handle(), nullptr)); in TEST_F() 1819 EXPECT_EQ(-1, FPDFAnnot_GetOptionCount(nullptr, annot.get())); in TEST_F() 1835 EXPECT_EQ(3, FPDFAnnot_GetOptionCount(form_handle(), annot.get())); in TEST_F() 1840 EXPECT_EQ(26, FPDFAnnot_GetOptionCount(form_handle(), annot.get())); in TEST_F() 1857 EXPECT_EQ(-1, FPDFAnnot_GetOptionCount(form_handle(), annot.get())); in TEST_F() 1862 EXPECT_EQ(-1, FPDFAnnot_GetOptionCount(form_handle(), annot.get())); in TEST_F()
|
D | fpdf_view_c_api_test.c | 59 CHK(FPDFAnnot_GetOptionCount); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 990 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetOptionCount(FPDF_FORMHANDLE hHandle, in FPDFAnnot_GetOptionCount() function
|
/external/pdfium/public/ |
D | fpdf_annot.h | 602 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetOptionCount(FPDF_FORMHANDLE hHandle,
|