HomeSort by relevance Sort by last modified time
    Searched refs:bsKey (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_viewerpreferences.h 29 // Gets the entry for |bsKey|. If the entry exists and it is of type name,
32 bool GenericName(const ByteString& bsKey, ByteString* bsVal) const;
cpdf_viewerpreferences.cpp 42 bool CPDF_ViewerPreferences::GenericName(const ByteString& bsKey,
49 const CPDF_Name* pName = ToName(pDict->GetObjectFor(bsKey));
  /external/pdfium/xfa/fxfa/
cxfa_fontmgr.cpp 31 ByteString bsKey = ByteString::Format("%u%u%u", dwHash, dwFontStyles, 0xFFFF);
32 auto iter = m_FontMap.find(bsKey);
68 m_FontMap[bsKey] = pFont;
  /external/pdfium/fpdfsdk/
fpdfattachment.cpp 173 ByteString bsKey = key;
175 bool bEncodedAsHex = bsKey == kChecksumKey;
179 pParamsDict->SetNewFor<CPDF_String>(bsKey, bsValue, bEncodedAsHex);
196 ByteString bsKey = key;
197 WideString value = pParamsDict->GetUnicodeTextFor(bsKey);
198 if (bsKey == kChecksumKey && !value.IsEmpty()) {
199 CPDF_String* stringValue = pParamsDict->GetObjectFor(bsKey)->AsString();
  /external/pdfium/fxjs/
cjs_document.cpp 693 const ByteString& bsKey = it.first;
695 WideString wsKey = WideString::FromUTF8(bsKey.AsStringView());
    [all...]

Completed in 124 milliseconds