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

Lines Matching defs:shorthand

1524     // This property doesn't belong to a shorthand or is a CSS variable (which will be resolved later).
1765 const StylePropertyShorthand& shorthand = shorthandForProperty(propId);
1766 unsigned shorthandLength = shorthand.length();
1774 const CSSPropertyID* longhands = shorthand.properties();
1872 // set using the shorthand, then for now overflow-x will default to auto, but once we implement
2673 else // Always parse this property in strict mode, since it would be ambiguous otherwise when used in the 'columns' shorthand property.
2772 /* shorthand properties */
3244 // invalid shorthand and we have to ignore it
3319 // The list of properties in the shorthand should be the same
3364 // invalid shorthand and we have to ignore it
3383 const StylePropertyShorthand& shorthand = shorthandForProperty(propId);
3384 ASSERT(numProperties == shorthand.length());
3412 if (parseAnimationProperty(shorthand.properties()[i], val, context)) {
3424 // invalid shorthand and we have to ignore it
3437 addPropertyWithPrefixingVariant(shorthand.properties()[i], values[i].release(), important);
3442 bool CSSParser::parseShorthand(CSSPropertyID propId, const StylePropertyShorthand& shorthand, bool important)
3455 for (unsigned propIndex = 0; !found && propIndex < shorthand.length(); ++propIndex) {
3456 if (!propertyFound[propIndex] && parseValue(shorthand.properties()[propIndex], important)) {
3463 // invalid shorthand and we have to ignore it
3468 if (propertiesParsed == shorthand.length())
3473 const StylePropertyShorthand* propertiesForInitialization = shorthand.propertiesForInitialization();
3474 for (unsigned i = 0; i < shorthand.length(); ++i) {
3483 addProperty(shorthand.properties()[i], cssValuePool().createImplicitInitialValue(), important);
4140 // It only takes one value for background-position to be correctly parsed if it was specified in a shorthand (since we
4141 // can assume that any other values belong to the rest of the shorthand). If we're not parsing a shorthand, though, the
4421 // When parsing any fill shorthand property, we let it handle building up the lists for all
4721 // When parsing the 'transition' shorthand property, we let it handle building up the lists for all
4836 const StylePropertyShorthand& shorthand = shorthandForProperty(shorthandId);
4837 ASSERT(shorthand.length() == 2);
4857 addProperty(shorthand.properties()[0], startValue, important);
4858 addProperty(shorthand.properties()[1], endValue, important);
4982 // Need to rewind parsing to explore the alternative syntax of this shorthand.
5260 // If second parameter is not valid we should process anyway the first one as we can be inside the "grid" shorthand.
6030 // Let's check if there is an inherit or initial somewhere in the shorthand.
6047 // Font variant in the shorthand is particular, it only accepts normal or small-caps.
7466 // If we're not parsing a shorthand then we are invalid.
7569 // If we're not parsing a shorthand then we are invalid.
7680 // If we're not parsing a shorthand then we are invalid.
7684 m_valueList->previous(); // The shorthand loop will advance back to this point.
9500 // Values are either valid or in shorthand scope.
12022 case CSSPropertyWidth: // shorthand