Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h454 FPDFAnnot_GetLinkedAnnot(FPDF_ANNOTATION annot, FPDF_BYTESTRING key);
/external/pdfium/fpdfsdk/
Dfpdfview_c_api_test.c67 CHK(FPDFAnnot_GetLinkedAnnot); in CheckPDFiumCApi()
Dfpdfannot_embeddertest.cpp1088 FPDF_ANNOTATION popup = FPDFAnnot_GetLinkedAnnot(annot, kPopupKey); in TEST_F()
1101 EXPECT_FALSE(FPDFAnnot_GetLinkedAnnot(annot, kIRTKey)); in TEST_F()
1108 EXPECT_FALSE(FPDFAnnot_GetLinkedAnnot(annot, kPKey)); in TEST_F()
Dfpdfannot.cpp820 FPDFAnnot_GetLinkedAnnot(FPDF_ANNOTATION annot, FPDF_BYTESTRING key) { in FPDFAnnot_GetLinkedAnnot() function