Searched defs:parseGlyphName (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp311 static bool parseGlyphName(const CharType*& ptr, const CharType* end, HashSet<String>& values) function in namespace:WebCore
336 bool parseGlyphName(const String& input, HashSet<String>& values) function in namespace:WebCore
345 return parseGlyphName(ptr, end, values);
349 return parseGlyphName(ptr, end, values);

Completed in 79 milliseconds