Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DAuditRules.js807 var widthFound = !!styles.attributesStyle.getLiveProperty("width");
808 var heightFound = !!styles.attributesStyle.getLiveProperty("height");
1237 var liveProperty = style.getLiveProperty(normalPropertyName);
DCSSStyleModel.js827 getLiveProperty: function(name) method in WebInspector.CSSStyleDeclaration
DStylesSidebarPane.js1258 if (style.getLiveProperty(shorthand)) {
2328 var liveProperty = this.style.getLiveProperty(name);