Searched refs:propertyMatches (Results 1 – 3 of 3) sorted by relevance
483 bool StylePropertySet::propertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) con… in propertyMatches() function in WebCore::StylePropertySet497 if (style->propertyMatches(property.id(), property.value())) in removeEquivalentProperties()
126 bool propertyMatches(CSSPropertyID, const CSSValue*) const;
302 return propertySet().propertyMatches(propertyID, propertyValue); in cssPropertyMatches()