Searched refs:kAS (Results 1 – 4 of 4) sorted by relevance
105 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()
158 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()
83 ByteString as = pAnnotDict->GetStringFor(pdfium::annotation::kAS); in GetAnnotAPInternal()
23 constexpr char kAS[] = "AS"; variable