Home | History | Annotate | Download | only in dom

Lines Matching refs:hasSelectorForAttribute

1084     return featureSet.hasSelectorForAttribute(name.localName());
2805 static bool hasSelectorForAttribute(Document* document, const AtomicString& localName)
2807 return document->styleResolver() && document->styleResolver()->ruleFeatureSet().hasSelectorForAttribute(localName);
2823 if (attached() && hasSelectorForAttribute(document(), name.localName()))