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/
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
DCSSProperty.cpp58 …tion, WritingMode writingMode, LogicalBoxSide logicalSide, const StylePropertyShorthand& shorthand) in resolveToPhysicalProperty()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp401 const StylePropertyShorthand& shorthand = shorthandForProperty(propId); in addExpandedPropertyForValue() local
1911 const StylePropertyShorthand& shorthand = parsingShorthandForProperty(propId); in parseTransitionShorthand() local
2046 … CSSPropertyParser::parseShorthand(CSSPropertyID propId, const StylePropertyShorthand& shorthand, … in parseShorthand()
3403 const StylePropertyShorthand& shorthand = shorthandForProperty(shorthandId); in parseGridItemPositionShorthand() local
3614 const StylePropertyShorthand& shorthand = gridAreaShorthand(); in parseGridAreaShorthand() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp710 String shorthand = m_style->getPropertyShorthand(name); in styleWithProperties() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSMetadata.js998 longhands: function(shorthand) argument