Searched refs:genericParsePointsList (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp269 static bool genericParsePointsList(SVGPointList& pointsList, const CharType*& ptr, const CharType* end) function in namespace:WebCore
305 return genericParsePointsList(pointsList, ptr, end);
309 return genericParsePointsList(pointsList, ptr, end);

Completed in 45 milliseconds