Home
last modified time | relevance | path

Searched refs:shorthandProperty (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h127 String shorthandValue(const String& shorthandProperty) const;
DInspectorStyleSheet.cpp718 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()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js800 shorthandValue: function(shorthandProperty) argument
802 return this._shorthandValues[shorthandProperty];
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js1533 …var shorthandProperty = new WebInspector.CSSProperty(style, style.allProperties.length, shorthand,…
1535 …r.StylePropertyTreeElement(this._parentPane, this.styleRule, style, shorthandProperty, /* isShort…
1537 generatedShorthands[shorthand] = shorthandProperty;