cssPropertyMatches  102 Source/core/css/CSSComputedStyleDeclaration.h     virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const OVERRIDE;
cssPropertyMatches   68 Source/core/css/CSSStyleDeclaration.h     virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const = 0;
cssPropertyMatches   66 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const OVERRIDE FINAL;
cssPropertyMatches  509 Source/core/css/StylePropertySet.cpp         if (style->cssPropertyMatches(property.id(), property.value()))