HomeSort by relevance Sort by last modified time
    Searched refs:UnalteredParsing (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathSegList.cpp 37 SVGPathParserFactory::self()->buildStringFromSVGPathSegList(*this, pathString, UnalteredParsing);
SVGPathConsumer.h 41 UnalteredParsing
58 // Only used in UnalteredParsing mode.
SVGPathElement.cpp 188 if (!factory->buildSVGPathByteStreamFromString(attr->value(), m_pathByteStream, UnalteredParsing))
218 factory->buildSVGPathSegListFromByteStream(m_pathByteStream.get(), this, newList, UnalteredParsing);
290 factory->buildSVGPathSegListFromByteStream(m_pathByteStream.get(), this, m_pathSegList.value, UnalteredParsing);
311 factory->buildSVGPathSegListFromByteStream(m_pathByteStream.get(), this, m_pathSegList.value, UnalteredParsing);
344 factory->buildSVGPathByteStreamFromSVGPathSegList(m_pathSegList.value, m_pathByteStream, UnalteredParsing);
SVGAnimateElement.cpp 373 if (factory->buildSVGPathByteStreamFromString(toString, m_toPath, UnalteredParsing)) {
375 if (animationMode() == ToAnimation || factory->buildSVGPathByteStreamFromString(fromString, m_fromPath, UnalteredParsing))
455 factory->buildSVGPathByteStreamFromString(baseString, m_animatedPath, UnalteredParsing);
481 factory->buildStringFromByteStream(m_animatedPathPointer, valueToApply, UnalteredParsing);

Completed in 64 milliseconds