rewriteSpecifiersWithElementName 1152 Source/core/css/CSSGrammar.y         $$ = parser->rewriteSpecifiersWithElementName(nullAtom, $1, $2);
rewriteSpecifiersWithElementName 1167 Source/core/css/CSSGrammar.y         $$ = parser->rewriteSpecifiersWithElementName($1, $2, $3);
rewriteSpecifiersWithElementName 1172 Source/core/css/CSSGrammar.y         $$ = parser->rewriteSpecifiersWithElementName($1, starAtom, $2);
rewriteSpecifiersWithElementName 1920 Source/core/css/parser/BisonCSSParser-in.cpp         return rewriteSpecifiersWithElementName(nullAtom, starAtom, specifiers, /*tagIsForNamespaceRule*/true);
rewriteSpecifiersWithElementName  162 Source/core/css/parser/BisonCSSParser.h     CSSParserSelector* rewriteSpecifiersWithElementName(const AtomicString& namespacePrefix, const AtomicString& elementName, CSSParserSelector*, bool isNamespacePlaceholder = false);