Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_attachment.cpp172 ByteString bsKey = key; in FPDFAttachment_SetStringValue() local
174 bool bEncodedAsHex = bsKey == kChecksumKey; in FPDFAttachment_SetStringValue()
178 pParamsDict->SetNewFor<CPDF_String>(bsKey, bsValue, bEncodedAsHex); in FPDFAttachment_SetStringValue()
196 ByteString bsKey = key; in FPDFAttachment_GetStringValue() local
197 WideString value = pParamsDict->GetUnicodeTextFor(bsKey); in FPDFAttachment_GetStringValue()
198 if (bsKey == kChecksumKey && !value.IsEmpty()) { in FPDFAttachment_GetStringValue()
200 pParamsDict->GetObjectFor(bsKey)->AsString(); in FPDFAttachment_GetStringValue()
/external/pdfium/core/fpdfdoc/
Dcpdf_viewerpreferences.cpp45 const ByteString& bsKey) const { in GenericName()
50 RetainPtr<const CPDF_Name> pName = ToName(pDict->GetObjectFor(bsKey)); in GenericName()
Dcpdf_viewerpreferences.h33 absl::optional<ByteString> GenericName(const ByteString& bsKey) const;
/external/pdfium/fxjs/
Dcjs_document.cpp701 const ByteString& bsKey = it.first; in get_info() local
705 pObj, bsKey.AsStringView(), in get_info()
708 pRuntime->PutObjectProperty(pObj, bsKey.AsStringView(), in get_info()
712 pObj, bsKey.AsStringView(), in get_info()