Home
last modified time | relevance | path

Searched refs:longhandProperties (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js699 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;
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.h149 Vector<String> longhandProperties(const String& shorthandProperty) const;
DInspectorStyleSheet.cpp608 Vector<String> InspectorStyle::longhandProperties(const String& shorthandProperty) const in longhandProperties() function in WebCore::InspectorStyle
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2435313 (WebCore::InspectorDOMAgent::longhandProperties):
DChangeLog-2010-12-0627933 (WebCore::InspectorStyle::longhandProperties):
37478 (WebCore::InspectorCSSAgent::longhandProperties):