Searched refs:FORM_GetFocusedAnnot (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_formfill_embeddertest.cpp | 718 ASSERT_TRUE(FORM_GetFocusedAnnot(form_handle(), &page_index, &annot)); in TEST_F() 723 EXPECT_FALSE(FORM_GetFocusedAnnot(nullptr, &page_index, &annot)); in TEST_F() 724 EXPECT_FALSE(FORM_GetFocusedAnnot(form_handle(), &page_index, nullptr)); in TEST_F() 725 EXPECT_FALSE(FORM_GetFocusedAnnot(form_handle(), nullptr, &annot)); in TEST_F() 739 ASSERT_TRUE(FORM_GetFocusedAnnot(form_handle(), &page_index, &annot)); in TEST_F() 763 ASSERT_TRUE(FORM_GetFocusedAnnot(form_handle(), &page_index, &annot)); in TEST_F() 781 ASSERT_TRUE(FORM_GetFocusedAnnot(form_handle(), &page_index, &annot)); in TEST_F() 801 EXPECT_TRUE(FORM_GetFocusedAnnot(form_handle(), &page_index, &annot)); in TEST_F() 820 EXPECT_TRUE(FORM_GetFocusedAnnot(form_handle(), &page_index, &annot)); in TEST_F() 840 EXPECT_TRUE(FORM_GetFocusedAnnot(form_handle(), &page_index, &annot)); in TEST_F() [all …]
|
D | fpdf_view_c_api_test.c | 285 CHK(FORM_GetFocusedAnnot); in CheckPDFiumCApi()
|
D | fpdf_formfill.cpp | 603 FORM_GetFocusedAnnot(FPDF_FORMHANDLE handle, in FORM_GetFocusedAnnot() function
|
/external/pdfium/testing/fuzzers/ |
D | pdf_xfa_fdp_fuzzer.cc | 128 FORM_GetFocusedAnnot(form, &page_index, &annot); in FormActionHandler()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1710 FORM_GetFocusedAnnot(FPDF_FORMHANDLE handle,
|