Searched refs:getShorthandValue (Results 1 – 2 of 2) sorted by relevance
328 return getShorthandValue(borderTopShorthand()); in getPropertyValue()330 return getShorthandValue(borderRightShorthand()); in getPropertyValue()332 return getShorthandValue(borderBottomShorthand()); in getPropertyValue()334 return getShorthandValue(borderLeftShorthand()); in getPropertyValue()336 return getShorthandValue(outlineShorthand()); in getPropertyValue()344 return getShorthandValue(webkitColumnRuleShorthand()); in getPropertyValue()346 return getShorthandValue(webkitColumnsShorthand()); in getPropertyValue()348 return getShorthandValue(flexShorthand()); in getPropertyValue()350 return getShorthandValue(flexFlowShorthand()); in getPropertyValue()352 return getShorthandValue(gridColumnShorthand()); in getPropertyValue()[all …]
45 String getShorthandValue(const StylePropertyShorthand&) const;