Searched refs:propertyMatches (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.h59 bool propertyMatches(CSSPropertyID, const CSSValue*) const;
H A DStyleProperties.h122 bool propertyMatches(CSSPropertyID, const CSSValue*) const;
H A DStyleProperties.cpp1170 bool StyleProperties::propertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const function in class:WebCore::StyleProperties
H A DCSSComputedStyleDeclaration.cpp3069 bool ComputedStyleExtractor::propertyMatches(CSSPropertyID propertyID, const CSSValue* value) const function in class:WebCore::ComputedStyleExtractor
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditingStyle.cpp1200 if (style.propertyMatches(property.id(), property.value()))
1222 if (m_mutableStyle->propertyMatches(CSSPropertyPosition, sticky.get())) {
1227 if (m_mutableStyle->propertyMatches(CSSPropertyPosition, fixed.get())) {
1232 if (m_mutableStyle->propertyMatches(CSSPropertyPosition, absolute.get()))

Completed in 144 milliseconds