Searched refs:isShorthand (Results 1 – 4 of 4) sorted by relevance
101 bool isShorthand; in updateTransitions() local102 prop = AnimationBase::getPropertyAtIndex(propertyIndex, isShorthand); in updateTransitions()103 if (isShorthand) in updateTransitions()
202 static int getPropertyAtIndex(int, bool& isShorthand);
795 int AnimationBase::getPropertyAtIndex(int i, bool& isShorthand) in getPropertyAtIndex() argument802 isShorthand = wrapper->isShorthandWrapper(); in getPropertyAtIndex()
573 var isShorthand = (shorthand ? true : false);575 var overloaded = this.isPropertyOverloaded(name, isShorthand);577 …new WebInspector.StylePropertyTreeElement(this.styleRule, style, name, isShorthand, inherited, ove…