Searched defs:applyInheritValue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.h42 virtual void applyInheritValue(CSSStyleSelector*) const = 0;
52 void applyInheritValue(CSSPropertyID property, CSSStyleSelector* selector) const function in class:WebCore::CSSStyleApplyProperty
55 propertyValue(property)->applyInheritValue(selector);
H A DCSSStyleApplyProperty.cpp52 virtual void applyInheritValue(CSSStyleSelector* selector) const function in class:WebCore::ApplyPropertyExpanding
55 (*e)->applyInheritValue(selector);
94 virtual void applyInheritValue(CSSStyleSelector* selector) const function in class:WebCore::ApplyPropertyDefault
125 virtual void applyInheritValue(CSSStyleSelector* selector) const function in class:WebCore::ApplyPropertyColorBase
168 applyInheritValue(selector);
213 virtual void applyInheritValue(CSSStyleSelector* selector) const function in class:WebCore::ApplyPropertyFillLayer

Completed in 640 milliseconds