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

/external/webkit/Source/WebCore/css/
H A DCSSPropertyLonghand.h26 class CSSPropertyLonghand { class in namespace:WebCore
28 CSSPropertyLonghand() function in class:WebCore::CSSPropertyLonghand
34 CSSPropertyLonghand(const int* firstProperty, unsigned numProperties) function in class:WebCore::CSSPropertyLonghand
49 CSSPropertyLonghand longhandForProperty(int);
H A DCSSPropertyLonghand.cpp22 #include "CSSPropertyLonghand.h"
30 typedef HashMap<int, CSSPropertyLonghand> ShorthandMap;
35 map.set(propID, CSSPropertyLonghand(array, WTF_ARRAY_LENGTH(array)))
51 shorthandMap.set(CSSPropertyBorder, CSSPropertyLonghand(borderProperties[0], sizeof(borderProperties) / sizeof(borderProperties[0][0])));
219 CSSPropertyLonghand longhandForProperty(int propertyID)
H A DCSSMutableStyleDeclaration.cpp27 #include "CSSPropertyLonghand.h"
456 CSSPropertyLonghand longhand = longhandForProperty(propertyID);
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp34 #include "CSSPropertyLonghand.h"
562 ShorthandPropertyWrapper(int property, const CSSPropertyLonghand& longhand)
767 CSSPropertyLonghand longhand = longhandForProperty(propertyID);
778 CSSPropertyLonghand fontLonghand(animatableFontProperties, WTF_ARRAY_LENGTH(animatableFontProperties));
/external/webkit/Source/WebCore/
H A DAndroid.mk58 css/CSSPropertyLonghand.cpp \

Completed in 400 milliseconds