Searched refs:pastLastSourcePropertyIndex (Results 1 – 2 of 2) sorted by relevance
375 var pastLastSourcePropertyIndex = this.inlineStyle.pastLastSourcePropertyIndex();376 if (pastLastSourcePropertyIndex)377 … this.inlineStyle.allProperties[pastLastSourcePropertyIndex - 1].setText("", false);
899 pastLastSourcePropertyIndex: function() method in WebInspector.CSSStyleDeclaration914 index = (typeof index === "undefined") ? this.pastLastSourcePropertyIndex() : index;