Searched refs:longhandProperties (Results 1 – 5 of 5) sorted by relevance
699 var longhandProperties = this.styleRule.style.getLonghandProperties(propertyName);700 for (var j = 0; j < longhandProperties.length; ++j) {701 var individualProperty = longhandProperties[j];1476 var longhandProperties = this.style.getLonghandProperties(this.name);1477 for (var i = 0; i < longhandProperties.length; ++i) {1478 var name = longhandProperties[i].name;
149 Vector<String> longhandProperties(const String& shorthandProperty) const;
608 Vector<String> InspectorStyle::longhandProperties(const String& shorthandProperty) const in longhandProperties() function in WebCore::InspectorStyle
35313 (WebCore::InspectorDOMAgent::longhandProperties):
27933 (WebCore::InspectorStyle::longhandProperties):37478 (WebCore::InspectorCSSAgent::longhandProperties):