Home
last modified time | relevance | path

Searched refs:GetAttrValue (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_xml.h80 FX_BOOL GetAttrValue(const CFX_ByteStringC& name,
82 CFX_WideString GetAttrValue(const CFX_ByteStringC& name) const { in GetAttrValue() function
84 GetAttrValue(name, attr); in GetAttrValue()
88 FX_BOOL GetAttrValue(const CFX_ByteStringC& space,
91 CFX_WideString GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() function
94 GetAttrValue(space, name, attr); in GetAttrValue()
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp265 void CXML_Parser::GetAttrValue(CFX_WideString& value) { in GetAttrValue() function in CXML_Parser
395 GetAttrValue(attr_value); in ParseElement()
638 FX_BOOL CXML_Element::GetAttrValue(const CFX_ByteStringC& name, in GetAttrValue() function in CXML_Element
642 return GetAttrValue(bsSpace, bsName, attribute); in GetAttrValue()
644 FX_BOOL CXML_Element::GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() function in CXML_Element
Dxml_int.h112 void GetAttrValue(CFX_WideString& value);
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localemgr.cpp40 CFX_WideString wsLCID = pXmlLocale->GetAttrValue("", "lcid"); in FX_LocaleMgr_Create()
Dfx_locale.cpp95 if (pDatePattern->GetAttrValue("name") == wsName) { in FX_GetXMLContent()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_locale.cpp36 return m_pLocaleData ? m_pLocaleData->GetAttrValue("name") : CFX_WideString(); in GetName()
216 if (pChild->GetAttrValue("name") == wsName) { in GetPattern()