Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp2142 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 …]
Dfpdf_view_c_api_test.c67 CHK(FPDFAnnot_IsChecked); in CheckPDFiumCApi()
Dfpdf_annot.cpp1041 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_IsChecked(FPDF_FORMHANDLE hHandle, in FPDFAnnot_IsChecked() function
/external/pdfium/public/
Dfpdf_annot.h656 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_IsChecked(FPDF_FORMHANDLE hHandle,