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/audits/
DAuditRules.js915 var widthFound = !!styles.attributesStyle.getLiveProperty("width");
916 var heightFound = !!styles.attributesStyle.getLiveProperty("height");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js755 getLiveProperty: function(name) method in WebInspector.CSSStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js1523 if (style.getLiveProperty(shorthand)) {
2805 var liveProperty = this.style.getLiveProperty(name);