Searched defs:shorthand (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSProperty.cpp58 static CSSPropertyID resolveToPhysicalProperty(TextDirection direction, WritingMode writingMode, LogicalBoxSide logicalSide, const StylePropertyShorthand& shorthand) argument
64 return shorthand.properties()[logicalSide];
71 return shorthand.properties()[LeftSide];
73 return shorthand.properties()[RightSide];
75 return shorthand.properties()[BottomSide];
77 return shorthand.properties()[TopSide];
85 return shorthand.properties()[TopSide];
87 return shorthand.properties()[BottomSide];
89 return shorthand.properties()[LeftSide];
91 return shorthand
[all...]
H A DStylePropertySet.cpp176 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); local
177 if (!shorthand.length())
180 bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length());
193 // FIXME: Return an equivalent shorthand when possible.
232 StylePropertyShorthand shorthand = shorthandForProperty(propertyID);
233 if (!shorthand.length())
236 for (unsigned i = 0; i < shorthand.length(); ++i) {
237 if (!propertyIsImportant(shorthand.properties()[i]))
273 StylePropertyShorthand shorthand local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp163 // This property doesn't belong to a shorthand.
401 const StylePropertyShorthand& shorthand = shorthandForProperty(propId); local
402 unsigned shorthandLength = shorthand.length();
410 const CSSPropertyID* longhands = shorthand.properties();
515 // set using the shorthand, then for now overflow-x will default to auto, but once we implement
1355 /* shorthand properties */
1774 // invalid shorthand and we have to ignore it
1850 // The list of properties in the shorthand should be the same
1889 // invalid shorthand and we have to ignore it
1911 const StylePropertyShorthand& shorthand local
2046 parseShorthand(CSSPropertyID propId, const StylePropertyShorthand& shorthand, bool important) argument
3403 const StylePropertyShorthand& shorthand = shorthandForProperty(shorthandId); local
3614 const StylePropertyShorthand& shorthand = gridAreaShorthand(); local
[all...]

Completed in 139 milliseconds