Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h150 String shorthandValue(const String& shorthandProperty) const;
DInspectorStyleSheet.cpp781 .setValue(shorthandValue(shorthand)); in styleWithProperties()
811 String InspectorStyle::shorthandValue(const String& shorthandProperty) const in shorthandValue() function in WebCore::InspectorStyle
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCSSStyleModel.js882 shorthandValue: function(shorthandProperty) method in WebInspector.CSSStyleDeclaration
DStylesSidebarPane.js1262 if (!style.shorthandValue(shorthand)) {
1268 …ctor.CSSProperty(style, style.allProperties.length, shorthand, style.shorthandValue(shorthand), ""…