• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/css/

Lines Matching refs:parseShorthand

1861     /* Start of supported CSS properties with validation. This is needed for parseShorthand to work
2260 return parseShorthand(CSSPropertyWebkitTextDecoration, webkitTextDecorationShorthand(), important);
2465 return parseShorthand(propId, webkitMarqueeShorthand(), important);
2789 if (parseShorthand(propId, borderAbridgedShorthand(), important)) {
2799 return parseShorthand(propId, borderTopShorthand(), important);
2802 return parseShorthand(propId, borderRightShorthand(), important);
2805 return parseShorthand(propId, borderBottomShorthand(), important);
2808 return parseShorthand(propId, borderLeftShorthand(), important);
2810 return parseShorthand(propId, webkitBorderStartShorthand(), important);
2812 return parseShorthand(propId, webkitBorderEndShorthand(), important);
2814 return parseShorthand(propId, webkitBorderBeforeShorthand(), important);
2816 return parseShorthand(propId, webkitBorderAfterShorthand(), important);
2819 return parseShorthand(propId, outlineShorthand(), important);
2836 return parseShorthand(propId, webkitFlexFlowShorthand(), important);
2846 return parseShorthand(propId, listStyleShorthand(), important);
2848 return parseShorthand(propId, webkitColumnsShorthand(), important);
2850 return parseShorthand(propId, webkitColumnRuleShorthand(), important);
2852 return parseShorthand(propId, webkitTextStrokeShorthand(), important);
2869 return parseShorthand(propId, webkitTextEmphasisShorthand(), important);
3442 bool CSSParser::parseShorthand(CSSPropertyID propId, const StylePropertyShorthand& shorthand, bool important)