Home
last modified time | relevance | path

Searched defs:shorthand (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.cpp58 …tion, WritingMode writingMode, LogicalBoxSide logicalSide, const StylePropertyShorthand& shorthand) in resolveToPhysicalProperty()
DStylePropertySet.cpp176 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); in removeShorthandProperty() local
232 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); in propertyIsImportant() local
273 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); in setProperty() local
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp416 const StylePropertyShorthand& shorthand = shorthandForProperty(propId); in addExpandedPropertyForValue() local
1793 const StylePropertyShorthand& shorthand = parsingShorthandForProperty(propId); in parseTransitionShorthand() local
1926 … CSSPropertyParser::parseShorthand(CSSPropertyID propId, const StylePropertyShorthand& shorthand, … in parseShorthand()
3273 const StylePropertyShorthand& shorthand = shorthandForProperty(shorthandId); in parseGridItemPositionShorthand() local
3479 const StylePropertyShorthand& shorthand = gridAreaShorthand(); in parseGridAreaShorthand() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp693 String shorthand = m_style->getPropertyShorthand(name); in styleWithProperties() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSMetadata.js989 longhands: function(shorthand) argument