Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h491 FPDFAnnot_GetLinkedAnnot(FPDF_ANNOTATION annot, FPDF_BYTESTRING key);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c55 CHK(FPDFAnnot_GetLinkedAnnot); in CheckPDFiumCApi()
Dfpdf_annot_embeddertest.cpp1444 FPDFAnnot_GetLinkedAnnot(annot.get(), kPopupKey)); in TEST_F()
1457 EXPECT_FALSE(FPDFAnnot_GetLinkedAnnot(annot.get(), kIRTKey)); in TEST_F()
1464 EXPECT_FALSE(FPDFAnnot_GetLinkedAnnot(annot.get(), pdfium::annotation::kP)); in TEST_F()
Dfpdf_annot.cpp898 FPDFAnnot_GetLinkedAnnot(FPDF_ANNOTATION annot, FPDF_BYTESTRING key) { in FPDFAnnot_GetLinkedAnnot() function