Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DServoBindings.cpp418 AttrIncludes(Implementor* aElement, nsIAtom* aNS, nsIAtom* aName, in AttrIncludes() function
555 bool prefix_##AttrIncludes(implementor_ aElement, nsIAtom* aNS, \
558 return AttrIncludes(aElement, aNS, aName, aStr); \
H A DServoBindings.h118 bool prefix_##AttrIncludes(implementor_ element, nsIAtom* ns, \
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DGeckoBindings.cpp877 static bool AttrIncludes(Implementor* aElement, nsAtom* aNS, nsAtom* aName, in AttrIncludes() function
935 bool prefix_##AttrIncludes(implementor_ aElement, nsAtom* aNS, \
937 return AttrIncludes(aElement, aNS, aName, aStr, aIgnoreCase); \
H A DGeckoBindings.h160 bool prefix_##AttrIncludes(implementor_ element, nsAtom* ns, nsAtom* name, \
/dports/www/firefox/firefox-99.0/layout/style/
H A DGeckoBindings.cpp879 static bool AttrIncludes(Implementor* aElement, nsAtom* aNS, nsAtom* aName, in AttrIncludes() function
937 bool prefix_##AttrIncludes(implementor_ aElement, nsAtom* aNS, \
939 return AttrIncludes(aElement, aNS, aName, aStr, aIgnoreCase); \
H A DGeckoBindings.h154 bool prefix_##AttrIncludes(implementor_ element, nsAtom* ns, nsAtom* name, \
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DGeckoBindings.cpp877 static bool AttrIncludes(Implementor* aElement, nsAtom* aNS, nsAtom* aName, in AttrIncludes() function
935 bool prefix_##AttrIncludes(implementor_ aElement, nsAtom* aNS, \
937 return AttrIncludes(aElement, aNS, aName, aStr, aIgnoreCase); \
H A DGeckoBindings.h160 bool prefix_##AttrIncludes(implementor_ element, nsAtom* ns, nsAtom* name, \
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DGeckoBindings.cpp858 static bool AttrIncludes(Implementor* aElement, nsAtom* aNS, nsAtom* aName, in AttrIncludes() function
916 bool prefix_##AttrIncludes(implementor_ aElement, nsAtom* aNS, \
918 return AttrIncludes(aElement, aNS, aName, aStr, aIgnoreCase); \
H A DGeckoBindings.h159 bool prefix_##AttrIncludes(implementor_ element, nsAtom* ns, nsAtom* name, \
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.cpp864 static bool AttrIncludes(Implementor* aElement, nsAtom* aNS, nsAtom* aName, in AttrIncludes() function
1014 bool prefix_##AttrIncludes(implementor_ aElement, nsAtom* aNS, \
1016 return AttrIncludes(aElement, aNS, aName, aStr, aIgnoreCase); \
H A DServoBindings.h221 bool prefix_##AttrIncludes(implementor_ element, nsAtom* ns, nsAtom* name, \