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

Lines Matching defs:isShorthand

791             var isShorthand = !!(property.isLive && (shorthand || shorthandNames[property.name]));
793 var overloaded = this.isPropertyOverloaded(property.name, isShorthand);
795 var item = new WebInspector.StylePropertyTreeElement(this._parentPane, this.styleRule, style, property, isShorthand, inherited, overloaded);