Searched refs:kAuthorKey (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 330 static constexpr char kAuthorKey[] = "T"; in WriteAnnot() local 338 FPDFAnnot_GetStringValue(annot.get(), kAuthorKey, nullptr, 0); in WriteAnnot() 340 FPDFAnnot_GetStringValue(annot.get(), kAuthorKey, buf.data(), length_bytes); in WriteAnnot()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 139 static const char kAuthorKey[] = "T"; in TEST_F() local 141 FPDFAnnot_GetValueType(annot.get(), kAuthorKey)); in TEST_F() 143 FPDFAnnot_GetStringValue(annot.get(), kAuthorKey, nullptr, 0); in TEST_F() 146 EXPECT_EQ(28u, FPDFAnnot_GetStringValue(annot.get(), kAuthorKey, buf.data(), in TEST_F()
|