Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp41 class ApplyPropertyExpanding : public ApplyPropertyBase { class
43ApplyPropertyExpanding(ApplyPropertyBase* one = 0, ApplyPropertyBase* two = 0, ApplyPropertyBase *… in ApplyPropertyExpanding() function in WebCore::ApplyPropertyExpanding
73 class ApplyPropertyExpandingSuppressValue : public ApplyPropertyExpanding {
76 : ApplyPropertyExpanding(one, two, three, four) {} in ApplyPropertyExpandingSuppressValue()
376 …setPropertyValue(CSSPropertyOverflow, new ApplyPropertyExpanding(propertyValue(CSSPropertyOverflow… in CSSStyleApplyProperty()
/external/webkit/Source/WebCore/
DChangeLog22771 (WebCore::ApplyPropertyExpanding): Class to expand one property to 0-4 properties.