Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp84 pDict->RemoveFor(pdfium::annotation::kNM); in SetAnnotName()
86 pDict->SetNewFor<CPDF_String>(pdfium::annotation::kNM, sName); in SetAnnotName()
90 return GetAnnotDict()->GetUnicodeTextFor(pdfium::annotation::kNM); in GetAnnotName()
/external/pdfium/constants/
Dannotation_common.h19 constexpr char kNM[] = "NM"; variable