Lines Matching refs:form_handle
1482 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1493 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1504 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1524 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1536 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1548 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1566 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kOriginPoint)); in TEST_F()
1572 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kValidPoint)); in TEST_F()
1580 FPDFAnnot_GetFormFieldAtPoint(form_handle(), nullptr, &kValidPoint)); in TEST_F()
1595 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1599 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1607 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1611 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1628 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1632 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1642 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1646 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
1656 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1660 int flags = FPDFAnnot_GetFormFieldFlags(form_handle(), annot.get()); in TEST_F()
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()
1818 EXPECT_EQ(-1, FPDFAnnot_GetOptionCount(form_handle(), nullptr)); 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()
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()
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()
2010 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F()
2017 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_two)); in TEST_F()
2025 FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_three)); in TEST_F()
2044 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F()
2051 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_two)); in TEST_F()
2059 FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_three)); in TEST_F()
2063 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_four)); in TEST_F()
2082 ASSERT_FALSE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F()
2087 ASSERT_FALSE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F()
2106 ASSERT_FALSE(FPDFAnnot_GetFontSize(form_handle(), nullptr, &value)); in TEST_F()
2125 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F()
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()
2219 ASSERT_FALSE(FPDFAnnot_IsChecked(form_handle(), nullptr)); in TEST_F()
2235 ASSERT_FALSE(FPDFAnnot_IsChecked(form_handle(), annot.get())); in TEST_F()
2247 EXPECT_EQ(-1, FPDFAnnot_GetFormFieldType(form_handle(), nullptr)); in TEST_F()
2255 FPDFAnnot_GetFormFieldType(form_handle(), annot.get())); in TEST_F()
2269 FPDFAnnot_GetFormFieldType(form_handle(), annot.get())); in TEST_F()
2281 FPDFAnnot_GetFormFieldValue(form_handle(), nullptr, nullptr, 0)); in TEST_F()
2290 FPDFAnnot_GetFormFieldValue(form_handle(), annot.get(), nullptr, 0); in TEST_F()
2293 EXPECT_EQ(2u, FPDFAnnot_GetFormFieldValue(form_handle(), annot.get(), in TEST_F()
2302 FPDFAnnot_GetFormFieldValue(form_handle(), annot.get(), nullptr, 0); in TEST_F()
2305 EXPECT_EQ(18u, FPDFAnnot_GetFormFieldValue(form_handle(), annot.get(), in TEST_F()
2322 FPDFAnnot_GetFormFieldValue(form_handle(), annot.get(), nullptr, 0); in TEST_F()
2325 EXPECT_EQ(2u, FPDFAnnot_GetFormFieldValue(form_handle(), annot.get(), in TEST_F()
2334 FPDFAnnot_GetFormFieldValue(form_handle(), annot.get(), nullptr, 0); in TEST_F()
2337 EXPECT_EQ(14u, FPDFAnnot_GetFormFieldValue(form_handle(), annot.get(), in TEST_F()
2351 FPDFAnnot_GetFormFieldName(form_handle(), nullptr, nullptr, 0)); in TEST_F()
2359 FPDFAnnot_GetFormFieldName(form_handle(), annot.get(), nullptr, 0); in TEST_F()
2362 EXPECT_EQ(18u, FPDFAnnot_GetFormFieldName(form_handle(), annot.get(), in TEST_F()
2379 FPDFAnnot_GetFormFieldName(form_handle(), annot.get(), nullptr, 0); in TEST_F()
2382 EXPECT_EQ(30u, FPDFAnnot_GetFormFieldName(form_handle(), annot.get(), in TEST_F()