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

/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.cpp41 class ApplyPropertyExpanding : public ApplyPropertyBase { class in namespace:WebCore
43 ApplyPropertyExpanding(ApplyPropertyBase* one = 0, ApplyPropertyBase* two = 0, ApplyPropertyBase *three = 0, ApplyPropertyBase* four = 0) function in class:WebCore::ApplyPropertyExpanding
73 class ApplyPropertyExpandingSuppressValue : public ApplyPropertyExpanding {
76 : ApplyPropertyExpanding(one, two, three, four) {}
376 setPropertyValue(CSSPropertyOverflow, new ApplyPropertyExpanding(propertyValue(CSSPropertyOverflowX), propertyValue(CSSPropertyOverflowY)));

Completed in 108 milliseconds