Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DMetricsSidebarPane.js375 var pastLastSourcePropertyIndex = this.inlineStyle.pastLastSourcePropertyIndex();
376 if (pastLastSourcePropertyIndex)
377 … this.inlineStyle.allProperties[pastLastSourcePropertyIndex - 1].setText("", false);
DCSSStyleModel.js899 pastLastSourcePropertyIndex: function() method in WebInspector.CSSStyleDeclaration
914 index = (typeof index === "undefined") ? this.pastLastSourcePropertyIndex() : index;