Searched refs:isShorthand (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.h214 static int getPropertyAtIndex(int, bool& isShorthand);
H A DCompositeAnimation.cpp109 bool isShorthand; local
110 prop = AnimationBase::getPropertyAtIndex(propertyIndex, isShorthand);
111 if (isShorthand)
H A DAnimationBase.cpp831 int AnimationBase::getPropertyAtIndex(int i, bool& isShorthand) argument
838 isShorthand = wrapper->isShorthandWrapper();
/external/webkit/Source/WebCore/inspector/front-end/
H A DStylesSidebarPane.js791 var isShorthand = !!(property.isLive && (shorthand || shorthandNames[property.name])); variable
793 var overloaded = this.isPropertyOverloaded(property.name, isShorthand);
795 var item = new WebInspector.StylePropertyTreeElement(this._parentPane, this.styleRule, style, property, isShorthand, inherited, overloaded);

Completed in 75 milliseconds