Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_xml.h75 bool GetAttrValue(const CFX_ByteStringC& name,
77 CFX_WideString GetAttrValue(const CFX_ByteStringC& name) const { in GetAttrValue() function
79 GetAttrValue(name, attr); in GetAttrValue()
83 bool GetAttrValue(const CFX_ByteStringC& space,
86 CFX_WideString GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() function
89 GetAttrValue(space, name, attr); in GetAttrValue()
Dfx_xml_parser.cpp403 void CXML_Parser::GetAttrValue(CFX_WideString& value) { in GetAttrValue() function in CXML_Parser
535 GetAttrValue(attr_value); in ParseElement()
741 bool CXML_Element::GetAttrValue(const CFX_ByteStringC& name, in GetAttrValue() function in CXML_Element
746 return GetAttrValue(bsSpace, bsName, attribute); in GetAttrValue()
749 bool CXML_Element::GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() function in CXML_Element
Dxml_int.h29 void GetAttrValue(CFX_WideString& value);
/external/pdfium/xfa/fxfa/parser/
Dxfa_locale.cpp28 return m_pLocaleData ? m_pLocaleData->GetAttrValue("name") : CFX_WideString(); in GetName()
221 if (pChild->GetAttrValue("name") == wsName) { in GetPattern()