PathParsingMode   284 Source/core/svg/SVGPathParser.cpp bool SVGPathParser::parsePathDataFromSource(PathParsingMode pathParsingMode, bool checkForInitialMoveTo)
PathParsingMode    41 Source/core/svg/SVGPathParser.h     bool parsePathDataFromSource(PathParsingMode, bool checkForInitialMoveTo = true);
PathParsingMode    62 Source/core/svg/SVGPathParser.h     PathParsingMode m_pathParsingMode;
PathParsingMode   127 Source/core/svg/SVGPathUtilities.cpp bool buildStringFromByteStream(const SVGPathByteStream* stream, String& result, PathParsingMode parsingMode)
PathParsingMode   143 Source/core/svg/SVGPathUtilities.cpp bool buildSVGPathByteStreamFromString(const String& d, SVGPathByteStream* result, PathParsingMode parsingMode)
PathParsingMode    41 Source/core/svg/SVGPathUtilities.h bool appendSVGPathByteStreamFromSVGPathSeg(PassRefPtr<SVGPathSeg>, SVGPathByteStream*, PathParsingMode);
PathParsingMode    42 Source/core/svg/SVGPathUtilities.h bool buildSVGPathByteStreamFromString(const String&, SVGPathByteStream*, PathParsingMode);
PathParsingMode    45 Source/core/svg/SVGPathUtilities.h bool buildStringFromByteStream(const SVGPathByteStream*, String&, PathParsingMode);
PathParsingMode    46 Source/core/svg/SVGPathUtilities.h bool buildStringFromSVGPathSegList(PassRefPtr<SVGPathSegList>, String&, PathParsingMode);