Searched refs:bsKey (Results 1 – 5 of 5) sorted by relevance
173 ByteString bsKey = key; in FPDFAttachment_SetStringValue() local175 bool bEncodedAsHex = bsKey == kChecksumKey; in FPDFAttachment_SetStringValue()179 pParamsDict->SetNewFor<CPDF_String>(bsKey, bsValue, bEncodedAsHex); in FPDFAttachment_SetStringValue()196 ByteString bsKey = key; in FPDFAttachment_GetStringValue() local197 WideString value = pParamsDict->GetUnicodeTextFor(bsKey); in FPDFAttachment_GetStringValue()198 if (bsKey == kChecksumKey && !value.IsEmpty()) { in FPDFAttachment_GetStringValue()199 CPDF_String* stringValue = pParamsDict->GetObjectFor(bsKey)->AsString(); in FPDFAttachment_GetStringValue()
31 ByteString bsKey = ByteString::Format("%u%u%u", dwHash, dwFontStyles, 0xFFFF); in GetFont() local32 auto iter = m_FontMap.find(bsKey); in GetFont()68 m_FontMap[bsKey] = pFont; in GetFont()
42 bool CPDF_ViewerPreferences::GenericName(const ByteString& bsKey, in GenericName() argument49 const CPDF_Name* pName = ToName(pDict->GetObjectFor(bsKey)); in GenericName()
32 bool GenericName(const ByteString& bsKey, ByteString* bsVal) const;
693 const ByteString& bsKey = it.first; in get_info() local695 WideString wsKey = WideString::FromUTF8(bsKey.AsStringView()); in get_info()