HomeSort by relevance Sort by last modified time
    Searched refs:isShorthand (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/page/animation/
AnimationBase.h 202 static int getPropertyAtIndex(int, bool& isShorthand);
CompositeAnimation.cpp 101 bool isShorthand;
102 prop = AnimationBase::getPropertyAtIndex(propertyIndex, isShorthand);
103 if (isShorthand)
AnimationBase.cpp     [all...]
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js 573 var isShorthand = (shorthand ? true : false);
575 var overloaded = this.isPropertyOverloaded(name, isShorthand);
577 var item = new WebInspector.StylePropertyTreeElement(this.styleRule, style, name, isShorthand, inherited, overloaded, disabled);
    [all...]

Completed in 26 milliseconds