Home
last modified time | relevance | path

Searched refs:parseBeginOrEnd (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp356 void SVGSMILElement::parseBeginOrEnd(const String& parseString, BeginOrEnd beginOrEnd) in parseBeginOrEnd() function in WebCore::SVGSMILElement
382 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()
DSVGSMILElement.h155 void parseBeginOrEnd(const String&, BeginOrEnd beginOrEnd);
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1032826 (WebCore::SVGSMILElement::parseBeginOrEnd):