Searched refs:selectorAttributeName (Results 1 – 1 of 1) sorted by relevance
120 …static bool checkExactAttribute(const Element&, const QualifiedName& selectorAttributeName, const …168 …:checkExactAttribute(const Element& element, const QualifiedName& selectorAttributeName, const Str… in checkExactAttribute() argument175 … if (attribute->matches(selectorAttributeName) && (!value || attribute->value().impl() == value)) in checkExactAttribute()