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

  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.cpp 456 CSSPropertyLonghand longhand = longhandForProperty(propertyID); local
457 if (longhand.length()) {
458 removePropertiesInSet(longhand.properties(), longhand.length(), notifyChanged);
    [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 562 ShorthandPropertyWrapper(int property, const CSSPropertyLonghand& longhand)
565 for (unsigned i = 0; i < longhand.length(); ++i) {
566 PropertyWrapperBase* wrapper = wrapperForProperty(longhand.properties()[i]);
767 CSSPropertyLonghand longhand = longhandForProperty(propertyID); local
    [all...]

Completed in 183 milliseconds