Home | History | Annotate | Download | only in front-end

Lines Matching defs:inlineStyle

255         if (styles.inlineStyle && node.nodeType() === Node.ELEMENT_NODE) {
256 var inlineStyle = { selectorText: "element.style", style: styles.inlineStyle, isAttribute: true };
257 styleRules.push(inlineStyle);
281 if (parentStyles.inlineStyle) {
282 if (this._containsInherited(parentStyles.inlineStyle)) {
283 var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: parentStyles.inlineStyle, isAttribute: true, isInherited: true };
288 styleRules.push(inlineStyle);