HomeSort by relevance Sort by last modified time
    Searched defs:parsePreserveAspectRatio (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPreserveAspectRatio.cpp 60 SVGPreserveAspectRatio SVGPreserveAspectRatio::parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result)
SVGPreserveAspectRatio.h 70 static bool parsePreserveAspectRatio(Consumer* consumer, const String& value, bool validate = true)
75 consumer->setPreserveAspectRatioBaseValue(parsePreserveAspectRatio(begin, end, validate, result));
80 static SVGPreserveAspectRatio parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result);

Completed in 640 milliseconds