Searched refs:SET_SHORTHAND_MAP_ENTRY (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | CSSPropertyLonghand.cpp | 34 #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() 78 …SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBackgroundPosition, backgroundPositionProperties); in initShorthandMap() 81 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyBackgroundRepeat, backgroundRepeatProperties); in initShorthandMap() [all …]
|