Searched refs:GetAttrFloat (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_xml.h | 110 bool GetAttrFloat(const CFX_ByteStringC& name, FX_FLOAT& attribute) const; 111 FX_FLOAT GetAttrFloat(const CFX_ByteStringC& name) const { in GetAttrFloat() function 113 GetAttrFloat(name, attr); in GetAttrFloat() 117 bool GetAttrFloat(const CFX_ByteStringC& space, 120 FX_FLOAT GetAttrFloat(const CFX_ByteStringC& space, in GetAttrFloat() function 123 GetAttrFloat(space, name, attr); in GetAttrFloat()
|
D | fx_xml_parser.cpp | 787 bool CXML_Element::GetAttrFloat(const CFX_ByteStringC& name, in GetAttrFloat() function in CXML_Element 792 return GetAttrFloat(bsSpace, bsName, attribute); in GetAttrFloat() 795 bool CXML_Element::GetAttrFloat(const CFX_ByteStringC& space, in GetAttrFloat() function in CXML_Element
|