Home | History | Annotate | Download | only in elements

Lines Matching refs:allProperties

769             var allProperties = style.allProperties;
770 for (var j = 0; j < allProperties.length; ++j) {
771 var property = allProperties[j];
884 var properties = style.allProperties;
1487 var allProperties = style.allProperties;
1492 for (var i = 0; i < allProperties.length; ++i) {
1493 var property = allProperties[i];
1509 for (var i = 0; i < allProperties.length; ++i) {
1510 var property = allProperties[i];
1533 var shorthandProperty = new WebInspector.CSSProperty(style, style.allProperties.length, shorthand, style.shorthandValue(shorthand), false, false, true, true);
1990 var allProperties = style.allProperties;
1991 for (var i = 0; i < allProperties.length; ++i)
1992 uniqueProperties.push(allProperties[i]);