Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontElement.cpp180 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues) in stringMatchesGlyphName() argument
185 if (!glyphValues.isEmpty()) in stringMatchesGlyphName()
186 return glyphValues.contains(glyphName); in stringMatchesGlyphName()