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

/external/pdfium/core/fxcrt/
H A Dfx_xml.h110 bool GetAttrFloat(const CFX_ByteStringC& name, FX_FLOAT& attribute) const;
111 FX_FLOAT GetAttrFloat(const CFX_ByteStringC& name) const { function in class:CXML_Element
113 GetAttrFloat(name, attr);
117 bool GetAttrFloat(const CFX_ByteStringC& space,
120 FX_FLOAT GetAttrFloat(const CFX_ByteStringC& space, function in class:CXML_Element
123 GetAttrFloat(space, name, attr);
H A Dfx_xml_parser.cpp787 bool CXML_Element::GetAttrFloat(const CFX_ByteStringC& name, function in class:CXML_Element
792 return GetAttrFloat(bsSpace, bsName, attribute);
795 bool CXML_Element::GetAttrFloat(const CFX_ByteStringC& space, function in class:CXML_Element

Completed in 57 milliseconds