Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp459 const QualifiedName& selectorAttr = selector.attribute(); in anyAttributeMatches() local
460 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()