Searched refs:isExpandedShorthand (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.h86 ASSERT_WITH_MESSAGE(!isExpandedShorthand(property), "Shorthand property id = %d shouldn't be inserted into StyleBuilder. Shorthands should be expanded at parsing time.", property);
95 ASSERT_WITH_MESSAGE(!isExpandedShorthand(newProperty), "Shorthand property id = %d shouldn't be inserted into StyleBuilder. Shorthands should be expanded at parsing time.", newProperty);
96 ASSERT_WITH_MESSAGE(!isExpandedShorthand(equivalentProperty), "Shorthand property id = %d shouldn't be inserted into StyleBuilder. Shorthands should be expanded at parsing time.", equivalentProperty);
H A DStylePropertyShorthand.h109 bool isExpandedShorthand(CSSPropertyID);
H A DStylePropertyShorthand.cpp568 bool isExpandedShorthand(CSSPropertyID id) function in namespace:WebCore
H A DStyleResolver.cpp2166 ASSERT_WITH_MESSAGE(!isExpandedShorthand(id), "Shorthand property id = %d wasn't expanded at parsing time", id);
2435 ASSERT(isExpandedShorthand(id));

Completed in 145 milliseconds