Searched refs:FPDFAnnot_IsChecked (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 2142 ASSERT_FALSE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F() 2158 ASSERT_TRUE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F() 2174 ASSERT_FALSE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F() 2177 ASSERT_FALSE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F() 2180 ASSERT_TRUE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F() 2196 ASSERT_FALSE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F() 2199 ASSERT_FALSE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F() 2202 ASSERT_TRUE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F() 2218 ASSERT_FALSE(FPDFAnnot_IsChecked(nullptr, annot.get())); in TEST_F() 2219 ASSERT_FALSE(FPDFAnnot_IsChecked(form_handle(), nullptr)); in TEST_F() [all …]
|
D | fpdf_view_c_api_test.c | 67 CHK(FPDFAnnot_IsChecked); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 1041 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_IsChecked(FPDF_FORMHANDLE hHandle, in FPDFAnnot_IsChecked() function
|
/external/pdfium/public/ |
D | fpdf_annot.h | 656 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_IsChecked(FPDF_FORMHANDLE hHandle,
|