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

/external/webkit/Source/WebCore/svg/
H A DSVGUnitTypes.h29 class SVGUnitTypes : public RefCounted<SVGUnitTypes> { class in namespace:WebCore
38 SVGUnitTypes() { } function in class:WebCore::SVGUnitTypes
41 static inline SVGUnitTypes::SVGUnitType toUnitType(int type) { return static_cast<SVGUnitTypes::SVGUnitType>(type); }

Completed in 57 milliseconds