Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h120 …static bool checkExactAttribute(const Element&, const QualifiedName& selectorAttributeName, const …
168 …:checkExactAttribute(const Element& element, const QualifiedName& selectorAttributeName, const Str… in checkExactAttribute() argument
175 … if (attribute->matches(selectorAttributeName) && (!value || attribute->value().impl() == value)) in checkExactAttribute()