• Home
  • Raw
  • Download

Lines Matching refs:FPDFAnnot_GetOptionLabel

1880         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()
1918 FPDFAnnot_GetOptionLabel(form_handle(), nullptr, 0, nullptr, 0)); in TEST_F()
1936 FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, nullptr, 0); in TEST_F()
1939 EXPECT_EQ(8u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, in TEST_F()
1948 FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, nullptr, 0); in TEST_F()
1951 EXPECT_EQ(12u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, in TEST_F()
1957 FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, nullptr, 0); in TEST_F()
1960 EXPECT_EQ(18u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), index, in TEST_F()
1965 EXPECT_EQ(0u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), -1, in TEST_F()
1967 EXPECT_EQ(0u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), 26, in TEST_F()
1985 EXPECT_EQ(0u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), 0, in TEST_F()
1991 EXPECT_EQ(0u, FPDFAnnot_GetOptionLabel(form_handle(), annot.get(), 0, in TEST_F()