Searched refs:parseBeginOrEnd (Results 1 – 3 of 3) sorted by relevance
356 void SVGSMILElement::parseBeginOrEnd(const String& parseString, BeginOrEnd beginOrEnd) in parseBeginOrEnd() function in WebCore::SVGSMILElement382 parseBeginOrEnd(getAttribute(SVGNames::endAttr), End); in parseMappedAttribute()384 parseBeginOrEnd(attr->value().string(), Begin); in parseMappedAttribute()391 parseBeginOrEnd(getAttribute(SVGNames::beginAttr), Begin); in parseMappedAttribute()393 parseBeginOrEnd(attr->value().string(), End); in parseMappedAttribute()
155 void parseBeginOrEnd(const String&, BeginOrEnd beginOrEnd);
32826 (WebCore::SVGSMILElement::parseBeginOrEnd):