Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js636 this._allProperties = []; // ALL properties: [ CSSProperty ] property in WebInspector.CSSStyleDeclaration
643 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;