Searched refs:longhandProperties (Results 1 – 4 of 4) sorted by relevance
1151 var longhandProperties = this.styleRule.style.longhandProperties(propertyName);1152 for (var j = 0; j < longhandProperties.length; ++j) {1153 var individualProperty = longhandProperties[j];2318 var longhandProperties = this.style.longhandProperties(this.name);2319 for (var i = 0; i < longhandProperties.length; ++i) {2320 var name = longhandProperties[i].name;
866 longhandProperties: function(name) method in WebInspector.CSSStyleDeclaration
152 Vector<String> longhandProperties(const String& shorthandProperty) const;
851 Vector<String> InspectorStyle::longhandProperties(const String& shorthandProperty) const in longhandProperties() function in WebCore::InspectorStyle