Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp117 class ApplyPropertyColorBase : public ApplyPropertyBase { class
119ApplyPropertyColorBase(const Color& (RenderStyle::*getter)() const, const Color& (RenderStyle::*de… in ApplyPropertyColorBase() function in WebCore::ApplyPropertyColorBase
149 class ApplyPropertyColor : public ApplyPropertyColorBase {
152 : ApplyPropertyColorBase(getter, 0, setter) in ApplyPropertyColor()
170 ApplyPropertyColorBase::applyValue(selector, value); in applyValue()
361 …setPropertyValue(CSSPropertyBackgroundColor, new ApplyPropertyColorBase(&RenderStyle::backgroundCo… in CSSStyleApplyProperty()
362 …setPropertyValue(CSSPropertyBorderBottomColor, new ApplyPropertyColorBase(&RenderStyle::borderBott… in CSSStyleApplyProperty()
363 …setPropertyValue(CSSPropertyBorderLeftColor, new ApplyPropertyColorBase(&RenderStyle::borderLeftCo… in CSSStyleApplyProperty()
364 …setPropertyValue(CSSPropertyBorderRightColor, new ApplyPropertyColorBase(&RenderStyle::borderRight… in CSSStyleApplyProperty()
365 …setPropertyValue(CSSPropertyBorderTopColor, new ApplyPropertyColorBase(&RenderStyle::borderTopColo… in CSSStyleApplyProperty()
[all …]
/external/webkit/Source/WebCore/
DChangeLog9342 …As first step remove ApplyPropertyColorBase, merge it with ApplyPropertyColor, there's no need for…
47025 (WebCore::ApplyPropertyColorBase::ApplyPropertyColorBase):