Searched refs:shorthandProperty (Results 1 – 4 of 4) sorted by relevance
127 String shorthandValue(const String& shorthandProperty) const;
718 String InspectorStyle::shorthandValue(const String& shorthandProperty) const in shorthandValue()720 String value = m_style->getPropertyValue(shorthandProperty); in shorthandValue()726 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandValue()
800 shorthandValue: function(shorthandProperty) argument802 return this._shorthandValues[shorthandProperty];
1533 …var shorthandProperty = new WebInspector.CSSProperty(style, style.allProperties.length, shorthand,…1535 …r.StylePropertyTreeElement(this._parentPane, this.styleRule, style, shorthandProperty, /* isShort…1537 generatedShorthands[shorthand] = shorthandProperty;