Searched refs:_allProperties (Results 1 – 1 of 1) sorted by relevance
636 this._allProperties = []; // ALL properties: [ CSSProperty ] property in WebInspector.CSSStyleDeclaration643 this._allProperties.push(property);649 for (var i = 0; i < this._allProperties.length; ++i) {650 var property = this._allProperties[i];721 for (var i = 0; i < this._allProperties.length; ++i)722 this._allProperties[i].sourceStyleSheetEdited(styleSheetId, oldRange, newRange);728 for (var i = this._allProperties.length - 1; i >= 0; --i) {729 var property = this._allProperties[i];748 return this._allProperties;