Home
last modified time | relevance | path

Searched refs:kContentsKey (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp29 constexpr char kContentsKey[] = "Contents"; variable
295 if (walker.dictionary_key() == kContentsKey && in DecryptObjectTree()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc329 static constexpr char kContentsKey[] = "Contents"; in WriteAnnot() local
332 FPDFAnnot_GetStringValue(annot.get(), kContentsKey, nullptr, 0); in WriteAnnot()
334 FPDFAnnot_GetStringValue(annot.get(), kContentsKey, buf.data(), in WriteAnnot()