Home
last modified time | relevance | path

Searched refs:cssPropertyMatches (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSStyleDeclaration.cpp125 bool CSSStyleDeclaration::cssPropertyMatches(const CSSProperty* property) const in cssPropertyMatches() function in WebCore::CSSStyleDeclaration
141 if (cssPropertyMatches(&property)) in diff()
DCSSStyleDeclaration.h78 virtual bool cssPropertyMatches(const CSSProperty*) const;
DCSSComputedStyleDeclaration.h67 virtual bool cssPropertyMatches(const CSSProperty*) const;
DCSSComputedStyleDeclaration.cpp1909 bool CSSComputedStyleDeclaration::cssPropertyMatches(const CSSProperty* property) const in cssPropertyMatches() function in WebCore::CSSComputedStyleDeclaration
1922 return CSSStyleDeclaration::cssPropertyMatches(property); in cssPropertyMatches()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2995237 (WebCore::CSSComputedStyleDeclaration::cssPropertyMatches):
95240 (WebCore::CSSStyleDeclaration::cssPropertyMatches):
DChangeLog-2010-05-2420683 (WebCore::CSSComputedStyleDeclaration::cssPropertyMatches):