Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_xml.h86 FX_BOOL GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const;
87 CFX_WideString GetAttrValue(FX_BSTR name) const in GetAttrValue() function
90 GetAttrValue(name, attr); in GetAttrValue()
94 FX_BOOL GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const;
95 CFX_WideString GetAttrValue(FX_BSTR space, FX_BSTR name) const in GetAttrValue() function
98 GetAttrValue(space, name, attr); in GetAttrValue()
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp272 void CXML_Parser::GetAttrValue(CFX_WideString &value) in GetAttrValue() function in CXML_Parser
401 GetAttrValue(attr_value); in ParseElement()
653 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const in GetAttrValue() function in CXML_Element
657 return GetAttrValue(bsSpace, bsName, attribute); in GetAttrValue()
659 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const in GetAttrValue() function in CXML_Element
Dxml_int.h153 void GetAttrValue(CFX_WideString &value);