Searched defs:isPropertyImplicit (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.h54 virtual bool isPropertyImplicit(int /*propertyID*/) const { return false; } function in class:WebCore::CSSComputedStyleDeclaration
H A DCSSStyleDeclaration.cpp76 bool CSSStyleDeclaration::isPropertyImplicit(const String& propertyName) function in class:WebCore::CSSStyleDeclaration
81 return isPropertyImplicit(propID);
H A DCSSMutableStyleDeclaration.cpp357 if (properties[j] == CSSPropertyBackgroundRepeatX && isPropertyImplicit(properties[j])) {
416 if (!isPropertyImplicit(properties[i])) {
531 bool CSSMutableStyleDeclaration::isPropertyImplicit(int propertyID) const function in class:WebCore::CSSMutableStyleDeclaration

Completed in 76 milliseconds