Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp1880 FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, nullptr, 0); in TEST_F()
1883 EXPECT_EQ(8u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, in TEST_F()
1892 FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, nullptr, 0); in TEST_F()
1895 EXPECT_EQ(12u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, in TEST_F()
1901 FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, nullptr, 0); in TEST_F()
1903 EXPECT_EQ(18u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, in TEST_F()
1908 EXPECT_EQ(0u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), -1, in TEST_F()
1910 EXPECT_EQ(0u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), 26, in TEST_F()
1914 EXPECT_EQ(0u, FPDFAnnot_GetOptionLabel(nullptr, nullptr, 0, nullptr, 0)); in TEST_F()
1916 FPDFAnnot_GetOptionLabel(nullptr, annot.get(), 0, nullptr, 0)); in TEST_F()
[all …]
Dfpdf_view_c_api_test.c60 CHK(FPDFAnnot_GetOptionLabel); in CheckPDFiumCApi()
Dfpdf_annot.cpp997 FPDFAnnot_GetOptionLabel(FPDF_FORMHANDLE hHandle, in FPDFAnnot_GetOptionLabel() function
/external/pdfium/public/
Dfpdf_annot.h624 FPDFAnnot_GetOptionLabel(FPDF_FORMHANDLE hHandle,