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