Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSMutableStyleDeclaration.cpp431 CSSPropertyLonghand longhand = longhandForProperty(propertyID); in removeShorthandProperty() local
432 if (longhand.length()) { in removeShorthandProperty()
433 removePropertiesInSet(longhand.properties(), longhand.length(), notifyChanged); in removeShorthandProperty()
/external/webkit/WebCore/page/animation/
DAnimationBase.cpp524 ShorthandPropertyWrapper(int property, const CSSPropertyLonghand& longhand) in ShorthandPropertyWrapper() argument
527 for (unsigned i = 0; i < longhand.length(); ++i) { in ShorthandPropertyWrapper()
528 PropertyWrapperBase* wrapper = wrapperForProperty(longhand.properties()[i]); in ShorthandPropertyWrapper()
724 CSSPropertyLonghand longhand = longhandForProperty(propertyID); in addShorthandProperties() local
725 if (longhand.length() > 0) in addShorthandProperties()
726 addPropertyWrapper(propertyID, new ShorthandPropertyWrapper(propertyID, longhand)); in addShorthandProperties()
/external/webkit/WebCore/
DChangeLog-2008-08-101386 The __disabledProperties object will include all longhand