Searched defs:GetAttrFloat (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/core/fxcrt/ |
H A D | fx_xml.h | 110 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 D | fx_xml_parser.cpp | 787 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