Searched defs:parseTransformValue (Results 1 – 2 of 2) sorted by relevance
665 bool parseTransformValue(unsigned type, const LChar*& ptr, const LChar* end, SVGTransform& transfor… in parseTransformValue() function670 bool parseTransformValue(unsigned type, const UChar*& ptr, const UChar* end, SVGTransform& transfor… in parseTransformValue() function
8192 PassRefPtr<CSSValue> CSSParser::parseTransformValue(CSSParserValue *value) in parseTransformValue() function in WebCore::CSSParser