Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSPropertyLonghand.cpp34 #define SET_SHORTHAND_MAP_ENTRY(map, propID, array) \ in initShorthandMap() macro
46 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBorderTop, borderProperties[0]); in initShorthandMap()
47 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBorderRight, borderProperties[1]); in initShorthandMap()
48 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBorderBottom, borderProperties[2]); in initShorthandMap()
49 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBorderLeft, borderProperties[3]); in initShorthandMap()
59 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBorderColor, borderColorProperties); in initShorthandMap()
67 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBorderStyle, borderStyleProperties); in initShorthandMap()
75 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBorderWidth, borderWidthProperties); in initShorthandMap()
78SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBackgroundPosition, backgroundPositionProperties); in initShorthandMap()
81 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBackgroundRepeat, backgroundRepeatProperties); in initShorthandMap()
[all …]