Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderSVGTextPath.cpp48 SVGTextPathElement* textPathElement = static_cast<SVGTextPathElement*>(node()); in layoutPath() local
49 String pathId = SVGURIReference::getTarget(textPathElement->href()); in layoutPath()
50 Element* targetElement = textPathElement->document()->getElementById(pathId); in layoutPath()