Searched refs:parseShorthand (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.cpp1861 /* 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(propI
3442 bool CSSParser::parseShorthand(CSSPropertyID propId, const StylePropertyShorthand& shorthand, bool important) function in class:WebCore::CSSParser
[all...]
H A DCSSParser.h115 bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_query.c320 Boolean parseShorthand( function
H A Dkextfind_query.h299 Boolean parseShorthand(
H A Dkextfind_tables.c141 parseShorthand, NULL },
146 parseShorthand, NULL },
148 parseShorthand, NULL },
150 parseShorthand, NULL },
152 parseShorthand, NULL },
154 parseShorthand, NULL },

Completed in 233 milliseconds