Searched refs:bsKey (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_attachment.cpp | 177 ByteString bsKey = key; in FPDFAttachment_SetStringValue() local 179 bool bEncodedAsHex = bsKey == kChecksumKey; in FPDFAttachment_SetStringValue() 183 pParamsDict->SetNewFor<CPDF_String>(bsKey, bsValue, bEncodedAsHex); in FPDFAttachment_SetStringValue() 200 ByteString bsKey = key; in FPDFAttachment_GetStringValue() local 201 WideString value = pParamsDict->GetUnicodeTextFor(bsKey); in FPDFAttachment_GetStringValue() 202 if (bsKey == kChecksumKey && !value.IsEmpty()) { in FPDFAttachment_GetStringValue() 203 CPDF_String* stringValue = pParamsDict->GetObjectFor(bsKey)->AsString(); in FPDFAttachment_GetStringValue()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fontmgr.cpp | 31 ByteString bsKey = ByteString::Format("%u%u%u", dwHash, dwFontStyles, 0xFFFF); in GetFont() local 32 auto iter = m_FontMap.find(bsKey); in GetFont() 63 m_FontMap[bsKey] = pFont; in GetFont()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_viewerpreferences.cpp | 44 const ByteString& bsKey) const { in GenericName() 49 const CPDF_Name* pName = ToName(pDict->GetObjectFor(bsKey)); in GenericName()
|
D | cpdf_viewerpreferences.h | 31 Optional<ByteString> GenericName(const ByteString& bsKey) const;
|
/external/pdfium/fxjs/ |
D | cjs_document.cpp | 691 const ByteString& bsKey = it.first; in get_info() local 695 pObj, bsKey.AsStringView(), in get_info() 698 pRuntime->PutObjectProperty(pObj, bsKey.AsStringView(), in get_info() 702 pObj, bsKey.AsStringView(), in get_info()
|