Searched refs:GetAttrValue (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 86 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/ |
D | fx_xml_parser.cpp | 272 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
|
D | xml_int.h | 153 void GetAttrValue(CFX_WideString &value);
|