Home
last modified time | relevance | path

Searched refs:FORM_GetFocusedAnnot (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp718 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 …]
Dfpdf_view_c_api_test.c285 CHK(FORM_GetFocusedAnnot); in CheckPDFiumCApi()
Dfpdf_formfill.cpp603 FORM_GetFocusedAnnot(FPDF_FORMHANDLE handle, in FORM_GetFocusedAnnot() function
/external/pdfium/testing/fuzzers/
Dpdf_xfa_fdp_fuzzer.cc128 FORM_GetFocusedAnnot(form, &page_index, &annot); in FormActionHandler()
/external/pdfium/public/
Dfpdf_formfill.h1710 FORM_GetFocusedAnnot(FPDF_FORMHANDLE handle,