Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DCompositeAnimation.cpp101 bool isShorthand; in updateTransitions() local
102 prop = AnimationBase::getPropertyAtIndex(propertyIndex, isShorthand); in updateTransitions()
103 if (isShorthand) in updateTransitions()
DAnimationBase.h202 static int getPropertyAtIndex(int, bool& isShorthand);
DAnimationBase.cpp795 int AnimationBase::getPropertyAtIndex(int i, bool& isShorthand) in getPropertyAtIndex() argument
802 isShorthand = wrapper->isShorthandWrapper(); in getPropertyAtIndex()
/external/webkit/WebCore/inspector/front-end/
DStylesSidebarPane.js573 var isShorthand = (shorthand ? true : false);
575 var overloaded = this.isPropertyOverloaded(name, isShorthand);
577 …new WebInspector.StylePropertyTreeElement(this.styleRule, style, name, isShorthand, inherited, ove…