Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGViewSpec.cpp47 void SVGViewSpec::setViewBoxString(const String& viewBoxStr) in setViewBoxString() argument
50 const UChar* c = viewBoxStr.characters(); in setViewBoxString()
51 const UChar* end = c + viewBoxStr.length(); in setViewBoxString()