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

  /external/webkit/WebCore/css/
CSSMutableStyleDeclaration.cpp 431 CSSPropertyLonghand longhand = longhandForProperty(propertyID); local
432 if (longhand.length()) {
433 removePropertiesInSet(longhand.properties(), longhand.length(), notifyChanged);
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 524 ShorthandPropertyWrapper(int property, const CSSPropertyLonghand& longhand)
527 for (unsigned i = 0; i < longhand.length(); ++i) {
528 PropertyWrapperBase* wrapper = wrapperForProperty(longhand.properties()[i]);
724 CSSPropertyLonghand longhand = longhandForProperty(propertyID); local
    [all...]

Completed in 165 milliseconds