Searched refs:selectorAttr (Results 1 – 1 of 1) sorted by relevance
459 const QualifiedName& selectorAttr = selector.attribute(); in anyAttributeMatches() local460 ASSERT(selectorAttr.localName() != starAtom); // Should not be possible from the CSS grammar. in anyAttributeMatches()464 element.synchronizeAttribute(selectorAttr.localName()); in anyAttributeMatches()474 if (!attributeItem.matches(selectorAttr)) in anyAttributeMatches()486 …ive = element.document().isHTMLDocument() && !HTMLDocument::isCaseSensitiveAttribute(selectorAttr); in anyAttributeMatches()