Searched defs:GetAttrValue (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h111 FX_BOOL GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const;
112 CFX_WideString GetAttrValue(FX_BSTR name) const function in class:CXML_Element
115 GetAttrValue(name, attr);
120 FX_BOOL GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const;
121 CFX_WideString GetAttrValue(FX_BSTR space, FX_BSTR name) const function in class:CXML_Element
124 GetAttrValue(space, name, attr);
/external/pdfium/core/src/fxcrt/
H A Dfx_xml_parser.cpp286 void CXML_Parser::GetAttrValue(CFX_WideStringL &value) function in class:CXML_Parser
430 GetAttrValue(attr_value);
780 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const function in class:CXML_Element
797 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const function in class:CXML_Element

Completed in 157 milliseconds