Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp105 pDict->RemoveFor(pdfium::annotation::kAS); in SetAppState()
107 pDict->SetNewFor<CPDF_String>(pdfium::annotation::kAS, str, false); in SetAppState()
111 return GetAnnotDict()->GetStringFor(pdfium::annotation::kAS); in GetAppState()
/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp158 if (pAnnotDict->KeyExist(pdfium::annotation::kAS)) in GenerateAP()
163 if (!pParentDict || !pParentDict->KeyExist(pdfium::annotation::kAS)) in GenerateAP()
167 pdfium::annotation::kAS, in GenerateAP()
168 pParentDict->GetStringFor(pdfium::annotation::kAS), false); in GenerateAP()
Dcpdf_annot.cpp83 ByteString as = pAnnotDict->GetStringFor(pdfium::annotation::kAS); in GetAnnotAPInternal()
/external/pdfium/constants/
Dannotation_common.h23 constexpr char kAS[] = "AS"; variable