Home
last modified time | relevance | path

Searched refs:pwsValue (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp658 const CFX_WideString* pwsValue = m_AttrMap.Lookup(bsSpace, bsName); in GetAttrInteger() local
659 if (pwsValue) { in GetAttrInteger()
660 attribute = pwsValue->GetInteger(); in GetAttrInteger()
668 const CFX_WideString* pwsValue = m_AttrMap.Lookup(space, name); in GetAttrInteger() local
669 if (pwsValue) { in GetAttrInteger()
670 attribute = pwsValue->GetInteger(); in GetAttrInteger()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.h18 const FX_WCHAR* pwsValue; member
Dfde_cssdeclaration.cpp45 wsValue = pProperty->pwsValue; in GetNextCustom()
272 pProperty->pwsValue = CopyToLocal(pArgs, pszValue, iValueLen); in AddProperty()