Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_viewerpreferences.cpp42 bool CPDF_ViewerPreferences::GenericName(const CFX_ByteString& bsKey, in GenericName() argument
49 const CPDF_Name* pName = ToName(pDict->GetObjectFor(bsKey)); in GenericName()
Dcpdf_viewerpreferences.h31 bool GenericName(const CFX_ByteString& bsKey, CFX_ByteString* bsVal) const;
/external/pdfium/xfa/fxfa/app/
Dxfa_fontmgr.cpp2002 CFX_ByteString bsKey; in GetFont() local
2003 bsKey.Format("%u%u%u", dwHash, dwFontStyles, wCodePage); in GetFont()
2004 auto iter = m_FontMap.find(bsKey); in GetFont()
2039 m_FontMap[bsKey] = pFont; in GetFont()
/external/pdfium/fpdfsdk/javascript/
DDocument.cpp793 const CFX_ByteString& bsKey = it.first; in info() local
795 CFX_WideString wsKey = CFX_WideString::FromUTF8(bsKey.AsStringC()); in info()