Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp483 bool StylePropertySet::propertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) con… in propertyMatches() function in WebCore::StylePropertySet
497 if (style->propertyMatches(property.id(), property.value())) in removeEquivalentProperties()
DStylePropertySet.h126 bool propertyMatches(CSSPropertyID, const CSSValue*) const;
DPropertySetCSSStyleDeclaration.cpp302 return propertySet().propertyMatches(propertyID, propertyValue); in cssPropertyMatches()