Searched refs:shorthandMap (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | CSSPropertyLonghand.cpp | 32 static void initShorthandMap(ShorthandMap& shorthandMap) in initShorthandMap() argument 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() 51 …shorthandMap.set(CSSPropertyBorder, CSSPropertyLonghand(borderProperties[0], sizeof(borderProperti… 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() [all …]
|